diff options
author | Nicolas Petton <nicolas@petton.fr> | 2018-01-12 22:01:55 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2018-01-12 22:01:55 +0100 |
commit | 64b9d0df9edeab13c6c515656223a74d10e232d9 (patch) | |
tree | 4b99f188f4217dc781391e24ca4baf0907656d2e /msdos | |
parent | 2c0cfa64553dc1d4d376b42b56e52a007222736b (diff) | |
download | emacs-64b9d0df9edeab13c6c515656223a74d10e232d9.tar.gz emacs-64b9d0df9edeab13c6c515656223a74d10e232d9.tar.bz2 emacs-64b9d0df9edeab13c6c515656223a74d10e232d9.zip |
Bump Emacs version to 26.0.91
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
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 d6e13556ff7..d18242eac30 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -65,7 +65,7 @@ /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/ /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ -/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.0.90"/ +/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "26.0.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/ |