aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris2007-08-29 08:11:35 +0000
committerGlenn Morris2007-08-29 08:11:35 +0000
commite93ca07663135e2455db41d6d6b3d767983a09c3 (patch)
tree33de89de57a6fc76f3f29820c8256e513636b57d /nt
parent835ea6b33e25a39b669810fda27ff346d976b8c5 (diff)
downloademacs-e93ca07663135e2455db41d6d6b3d767983a09c3.tar.gz
emacs-e93ca07663135e2455db41d6d6b3d767983a09c3.zip
Increase version to 23.0.50.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/emacs.rc8
2 files changed, 8 insertions, 4 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 82771f836c6..7b247731356 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-08-29 Glenn Morris <rgm@gnu.org>
2
3 * emacs.rc: Increase version to 23.0.50.
4
12007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change) 52007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
2 6
3 * makefile.w32-in (bootstrap-nmake): Change directories once more. 7 * 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
7#endif 7#endif
8 8
9VS_VERSION_INFO VERSIONINFO 9VS_VERSION_INFO VERSIONINFO
10 FILEVERSION 22,1,50,0 10 FILEVERSION 23,0,50,0
11 PRODUCTVERSION 22,1,50,0 11 PRODUCTVERSION 23,0,50,0
12 FILEFLAGSMASK 0x3FL 12 FILEFLAGSMASK 0x3FL
13#ifdef EMACSDEBUG 13#ifdef EMACSDEBUG
14 FILEFLAGS 0x1L 14 FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
25 BEGIN 25 BEGIN
26 VALUE "CompanyName", "Free Software Foundation\0" 26 VALUE "CompanyName", "Free Software Foundation\0"
27 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" 27 VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0"
28 VALUE "FileVersion", "22, 1, 50, 0\0" 28 VALUE "FileVersion", "23, 0, 50, 0\0"
29 VALUE "InternalName", "Emacs\0" 29 VALUE "InternalName", "Emacs\0"
30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" 30 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0"
31 VALUE "OriginalFilename", "emacs.exe" 31 VALUE "OriginalFilename", "emacs.exe"
32 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" 32 VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
33 VALUE "ProductVersion", "22, 1, 50, 0\0" 33 VALUE "ProductVersion", "23, 0, 50, 0\0"
34 VALUE "OLESelfRegister", "\0" 34 VALUE "OLESelfRegister", "\0"
35 END 35 END
36 END 36 END