aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-01-30 21:51:43 +0000
committerChong Yidong <[email protected]>2008-01-30 21:51:43 +0000
commit772964f93a1e19099aa24ac2453240d4f729ccab (patch)
treea32728631ef0eb225aa715f854d8948723b783d6 /nt
parentb874d2a75fc3715d810b13085cadce1145a921c9 (diff)
Bump version number to 22.1.90.
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 460527167c..235e6d082e 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 22,1,90,0
+ PRODUCTVERSION 22,1,90,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", "22, 1, 90, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0"
- VALUE "ProductVersion", "22, 1, 50, 0\0"
+ VALUE "ProductVersion", "22, 1, 90, 0\0"
VALUE "OLESelfRegister", "\0"
END
END