summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-05-17 19:00:52 +0200
committerNicolas Petton <nicolas@petton.fr>2016-05-17 19:00:52 +0200
commita35826dbd44122b97e93d0c67bf658ced0a07ec6 (patch)
tree86ded186239cc5d08e518eef713fd9d4c618a84b /msdos
parent2d76405c5b7c189cb48348126f1ee4c8cea7ad39 (diff)
downloademacs-a35826dbd44122b97e93d0c67bf658ced0a07ec6.tar.gz
Bump version to 25.0.94emacs-25.0.94
* README: * configure.ac: * msdos/sed2v2.inp: Bump Emacs version to 25.0.94.
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 9f4ff836318..cb2be728511 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 VERSION/
/^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/
-/^#undef VERSION/s/^.*$/#define VERSION "25.0.93"/
+/^#undef VERSION/s/^.*$/#define VERSION "25.0.94"/
/^#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/