diff options
author | Chong Yidong <cyd@gnu.org> | 2012-11-24 23:31:31 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-11-24 23:31:31 +0800 |
commit | ea0d348b1c4aca50783f6a931e35292f1c96e60b (patch) | |
tree | bd87b04a69feea09eec0f98be68840031c9082a8 /msdos | |
parent | 1e1bbf410d70b7a4bb1509afdfd399b7d086fad9 (diff) | |
download | emacs-ea0d348b1c4aca50783f6a931e35292f1c96e60b.tar.gz |
Bump version to 24.2.90.emacs-24.2.90
Regenerate AUTHORS and ldefs-boot.el.
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 ef0b7e5b427..5656c1bd531 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.2.50"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.2.90"/ /^#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/ |