aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
diff options
context:
space:
mode:
authorNicolas Petton2016-04-22 19:00:05 +0200
committerNicolas Petton2016-04-22 19:00:05 +0200
commit5c587fdff164e8b90beb47f6da64b4884290e40a (patch)
treea92cc8a831c04af2586915d802abe294a3697723 /msdos
parent960f90d057aa3b09f6f6f287e8996a6e9444c803 (diff)
downloademacs-5c587fdff164e8b90beb47f6da64b4884290e40a.tar.gz
emacs-5c587fdff164e8b90beb47f6da64b4884290e40a.zip
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 @@
66/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ 66/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
67/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ 67/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
68/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ 68/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
69/^#undef VERSION/s/^.*$/#define VERSION "25.0.92"/ 69/^#undef VERSION/s/^.*$/#define VERSION "25.0.93"/
70/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/ 70/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
71/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ 71/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
72/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ 72/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/