diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
commit | ef9bcf3b409648f36c5745e22d147f50a144524f (patch) | |
tree | cda7969fd5470236d9ce929049820671d99e4f3b /msdos | |
parent | 801e7c232cc491264ef732b4d3b06da041d1ce05 (diff) | |
download | emacs-ef9bcf3b409648f36c5745e22d147f50a144524f.tar.gz |
Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94
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 ed14b12ca24..ea6c2c6aef1 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -70,7 +70,7 @@ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ /^#undef PENDING_OUTPUT_COUNT/s/^.*$/#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)/ -/^#undef VERSION/s/^.*$/#define VERSION "24.3.93"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.3.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/ |