summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-07-24 17:33:29 +0200
committerNicolas Petton <nicolas@petton.fr>2016-07-24 17:33:29 +0200
commit3d981ddd5424ab6b166e6cfaf1842658311f8991 (patch)
tree1c0bc5ef2dd8fd530b2a9aea10c2491ceec90a12 /msdos
parentd08afa1d0339425f03a48e533166a7cadfa66139 (diff)
downloademacs-3d981ddd5424ab6b166e6cfaf1842658311f8991.tar.gz
Bump Emacs version to 25.1 for the first RCemacs-25.1-rc1
* README: * configure.ac: * lisp/ldefs-boot.el: * msdos/sed2v2.inp: Bump Emacs version to 25.1.
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 7b16c4a2b4e..118e63451f5 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.95"/
+/^#undef VERSION/s/^.*$/#define VERSION "25.1"/
/^#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/