diff options
author | Chong Yidong <cyd@gnu.org> | 2012-02-27 11:20:00 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-27 11:20:00 +0800 |
commit | 9c62cd0479bdd7ab1bb2849cc44e705d274c401c (patch) | |
tree | cce08580a7c23c5e0eb1e488b3dc11eabbb9da5d /msdos | |
parent | c98c62764aad6136abc78e7e14cc89f938a17aec (diff) | |
download | emacs-9c62cd0479bdd7ab1bb2849cc44e705d274c401c.tar.gz |
Bump version to 24.0.94emacs-pretest-24.0.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 7560400f5d9..dd18987eb20 100644 --- a/msdos/sed2v2.inp +++ b/msdos/sed2v2.inp @@ -59,7 +59,7 @@ /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/ /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/ /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/ -/^#undef VERSION/s/^.*$/#define VERSION "24.0.93"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.0.94"/ /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/ /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/ /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/ |