diff options
author | Nicolas Petton <nicolas@petton.fr> | 2020-07-28 22:27:07 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2020-07-28 22:27:07 +0200 |
commit | 44888c95b0944ae45942ccfb32e78ffb51a60b2b (patch) | |
tree | b2edd6d6f8e8e9ceaaffa64e00ebe10e4e60aada /msdos/sed2v2.inp | |
parent | 1fc742b63ebfa548dd3ff6e99b530480e8c0b12c (diff) | |
download | emacs-44888c95b0944ae45942ccfb32e78ffb51a60b2b.tar.gz emacs-44888c95b0944ae45942ccfb32e78ffb51a60b2b.tar.bz2 emacs-44888c95b0944ae45942ccfb32e78ffb51a60b2b.zip |
Bump Emacs version to 27.1
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
Diffstat (limited to 'msdos/sed2v2.inp')
-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 3fbfe942e7b..c1ec9ff0cac 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.91"/ +/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "27.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/ |