summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-04-22 19:00:05 +0200
committerNicolas Petton <nicolas@petton.fr>2016-04-22 19:00:05 +0200
commit5c587fdff164e8b90beb47f6da64b4884290e40a (patch)
treea92cc8a831c04af2586915d802abe294a3697723 /msdos
parent960f90d057aa3b09f6f6f287e8996a6e9444c803 (diff)
downloademacs-5c587fdff164e8b90beb47f6da64b4884290e40a.tar.gz
Bump version to 25.0.93emacs-25.0.93
* README: * configure.ac: * msdos/sed2v2.inp: Bump Emacs version to 25.0.93.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed2v2.inp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 3b316c229a0..aa948fd39f8 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -66,7 +66,7 @@
/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
-/^#undef VERSION/s/^.*$/#define VERSION "25.0.92"/
+/^#undef VERSION/s/^.*$/#define VERSION "25.0.93"/
/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/