diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-11-27 20:44:43 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-11-27 20:44:43 +0100 |
commit | 596289bc8d2c4dfb51e32cde3df4350855c5c084 (patch) | |
tree | 230fec0a30c5f4500769150c8ce3f901f87cc724 /msdos | |
parent | dcfe4d113ae784103dd033dcab2ba81adbaa4030 (diff) | |
download | emacs-596289bc8d2c4dfb51e32cde3df4350855c5c084.tar.gz emacs-596289bc8d2c4dfb51e32cde3df4350855c5c084.tar.bz2 emacs-596289bc8d2c4dfb51e32cde3df4350855c5c084.zip |
Bump Emacs version
* README:
* configure.ac:
* etc/NEWS:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 25.2.90
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed2v2.inp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index d1a6eaba5de..2e3132f6a03 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.1.50"/ +/^#undef VERSION/s/^.*$/#define VERSION "25.2.90"/ /^#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/ |