diff options
author | Nicolas Petton <nicolas@petton.fr> | 2020-04-16 11:06:14 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2020-04-16 11:06:14 +0200 |
commit | 399c20d2e00f5cbb7611bd30567998f6b2cfb5cb (patch) | |
tree | 77785f8a68bc7ae7bf841b4b4928bbf0a013ab5a /msdos | |
parent | 145a151d62681bb8dda2515652b936c7b3a33877 (diff) | |
download | emacs-399c20d2e00f5cbb7611bd30567998f6b2cfb5cb.tar.gz emacs-399c20d2e00f5cbb7611bd30567998f6b2cfb5cb.tar.bz2 emacs-399c20d2e00f5cbb7611bd30567998f6b2cfb5cb.zip |
Bump Emacs version to 27.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 67b00112dd3..3fbfe942e7b 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -66,7 +66,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 "27.0.90"/ +/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "27.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/ |