diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-06-11 00:24:29 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-06-11 00:24:29 +0200 |
commit | e18ee60b02d08b2f075903005798d3d6064dc013 (patch) | |
tree | a8f0ca612f29ae07abb20288b8ad89cd0dcc7faa /msdos | |
parent | 9ae514a9b7ed368ea97ddefa806079b6423833cb (diff) | |
download | emacs-e18ee60b02d08b2f075903005798d3d6064dc013.tar.gz |
Bump version to 25.0.95emacs-25.0.95
* README:
* configure.ac:
* lisp/ldefs-boot.el:
* msdos/sed2v2.inp: Bump Emacs version to 25.0.95.
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 cb2be728511..7b16c4a2b4e 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.94"/ +/^#undef VERSION/s/^.*$/#define VERSION "25.0.95"/ /^#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/ |