summaryrefslogtreecommitdiff
path: root/nt/emacs.rc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-10-27 15:47:36 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-10-27 15:47:36 +0000
commit00e4a45fc826f6bb64dfb4c1fe006fc6d2701268 (patch)
tree1febadb5d30f7aaec19d3d431c4cbd180ec94c76 /nt/emacs.rc
parentfbd9dd55cd5dffd2a14534968135bfc2aeeb2d61 (diff)
downloademacs-pretest-22.0.90.tar.gz
Bump version number to 22.0.90.emacs-pretest-22.0.90
Diffstat (limited to 'nt/emacs.rc')
-rw-r--r--nt/emacs.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index 486b1eecf23..27e9ed201ed 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,0,50,0
- PRODUCTVERSION 22,0,50,0
+ FILEVERSION 22,0,90,0
+ PRODUCTVERSION 22,0,90,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, 0, 50, 0\0"
+ VALUE "FileVersion", "22, 0, 90, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2002, 2003, 2004, 2005, 2006\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
- VALUE "ProductVersion", "22, 0, 50, 0\0"
+ VALUE "ProductVersion", "22, 0, 90, 0\0"
VALUE "OLESelfRegister", "\0"
END
END