diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-07 13:00:16 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-07 13:00:16 -0700 |
commit | f3774f20c34ca2590d3ea58d44317386aca9016e (patch) | |
tree | 46aec371bd702e21c9790c2c24868131f543a19f /msdos | |
parent | a1ed8b05eedc1bded036d1c35a867fbdc7a1eba2 (diff) | |
download | emacs-f3774f20c34ca2590d3ea58d44317386aca9016e.tar.gz |
Bump trunk version to 24.1.50.
* README, configure.in (AC_INIT): Bump version to 24.1.50.
* doc/emacs/emacsver.texi (EMACSVER): Bump version to 24.1.50.
* doc/man/emacs.1: Bump version to 24.1.50.
* msdos/sed2v2.inp: Bump version to 24.1.50.
* nextstep/Cocoa/Emacs.base/Contents/Info.plist:
* nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:
* nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:
Bump version to 24.1.50.
* nt/config.nt, nt/makefile.w32-in, nt/emacs.rc, nt/emacsclient.rc:
Bump version to 24.1.50.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/ChangeLog | 4 | ||||
-rw-r--r-- | msdos/sed2v2.inp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index b057a06bbd6..0c00364d6fa 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,7 @@ +2012-04-07 Glenn Morris <rgm@gnu.org> + + * sed2v2.inp: Bump version to 24.1.50. + 2012-02-04 Eli Zaretskii <eliz@gnu.org> * sed3v2.inp (insrcdir): Use $(<F) rather than $<, as diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp index b96b1000c49..7c7a4ad6271 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.95"/ +/^#undef VERSION/s/^.*$/#define VERSION "24.1.50"/ /^#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/ |