From e93ca07663135e2455db41d6d6b3d767983a09c3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 29 Aug 2007 08:11:35 +0000 Subject: [PATCH] Increase version to 23.0.50. --- .../Contents/Resources/English.lproj/InfoPlist.strings | 4 ++-- nt/ChangeLog | 4 ++++ 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 + + * emacs.rc: Increase version to 23.0.50. + 2007-08-14 Dhuvra Krishnamurthy (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 -- 2.39.2