diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-12-30 15:38:03 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-12-30 15:38:03 +0100 |
commit | e092f08515af5e523a85ce0624e36da61fba65bd (patch) | |
tree | f7745b2ecb1521827ed85770d2054a0f8e284628 /msdos | |
parent | 665be694b641b040b67def026e03d6e965bccb03 (diff) | |
download | emacs-e092f08515af5e523a85ce0624e36da61fba65bd.tar.gz |
Bump Emacs version to 25.1.91emacs-25.1.91
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
* lisp/ldefs-boot.el: Update.
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 47bead0d2d9..0c5c8d4f0be 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.90"/ +/^#undef VERSION/s/^.*$/#define VERSION "25.1.91"/ /^#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/ |