diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-29 08:11:35 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-29 08:11:35 +0000 |
commit | e93ca07663135e2455db41d6d6b3d767983a09c3 (patch) | |
tree | 33de89de57a6fc76f3f29820c8256e513636b57d | |
parent | 835ea6b33e25a39b669810fda27ff346d976b8c5 (diff) | |
download | emacs-e93ca07663135e2455db41d6d6b3d767983a09c3.tar.gz |
Increase version to 23.0.50.
-rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rw-r--r-- | nt/emacs.rc | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index fc069b9bb47..2d98a155d9e 100644 --- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Emacs"; -CFBundleShortVersionString = "22.1.50"; -CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc."; +CFBundleShortVersionString = "23.0.50"; +CFBundleGetInfoString = "23.0.50, Copyright (C) 2007 Free Software Foundation, Inc."; diff --git a/nt/ChangeLog b/nt/ChangeLog index 82771f836c6..7b247731356 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2007-08-29 Glenn Morris <rgm@gnu.org> + + * emacs.rc: Increase version to 23.0.50. + 2007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change) * makefile.w32-in (bootstrap-nmake): Change directories once more. diff --git a/nt/emacs.rc b/nt/emacs.rc index 861b336fd35..3565493d003 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 22,1,50,0 - PRODUCTVERSION 22,1,50,0 + FILEVERSION 23,0,50,0 + PRODUCTVERSION 23,0,50,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -25,12 +25,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" - VALUE "FileVersion", "22, 1, 50, 0\0" + VALUE "FileVersion", "23, 0, 50, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "22, 1, 50, 0\0" + VALUE "ProductVersion", "23, 0, 50, 0\0" VALUE "OLESelfRegister", "\0" END END |