diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-05-17 19:00:52 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-05-17 19:00:52 +0200 |
commit | a35826dbd44122b97e93d0c67bf658ced0a07ec6 (patch) | |
tree | 86ded186239cc5d08e518eef713fd9d4c618a84b /msdos/sed2v2.inp | |
parent | 2d76405c5b7c189cb48348126f1ee4c8cea7ad39 (diff) | |
download | emacs-a35826dbd44122b97e93d0c67bf658ced0a07ec6.tar.gz emacs-a35826dbd44122b97e93d0c67bf658ced0a07ec6.tar.bz2 emacs-a35826dbd44122b97e93d0c67bf658ced0a07ec6.zip |
Bump version to 25.0.94
* README:
* configure.ac:
* msdos/sed2v2.inp: Bump Emacs version to 25.0.94.
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 9f4ff836318..cb2be728511 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.0.93"/ +/^#undef VERSION/s/^.*$/#define VERSION "25.0.94"/ /^#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/ |