summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-06-04 20:42:53 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-06-04 20:42:53 +0000
commit6e04fc985649ab0840bf654a3a43297201b9dca5 (patch)
tree8136115360b3dcd8b3cc90dc54f0eb3c0c005a77 /nt
parent407876dad2cfe64b3d93bbc64f2e0e60dac4861e (diff)
Bump version number to 22.1.50.
Diffstat (limited to 'nt')
-rw-r--r--nt/emacs.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 053ce2d0e41..cf72b88a8ea 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 22,1,0,0
- PRODUCTVERSION 22,1,0,0
+ FILEVERSION 22,1,50,0
+ PRODUCTVERSION 22,1,50,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -24,12 +24,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, 0, 0\0"
+ VALUE "FileVersion", "22, 1, 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, 0, 0\0"
+ VALUE "ProductVersion", "22, 1, 50, 0\0"
VALUE "OLESelfRegister", "\0"
END
END