aboutsummaryrefslogtreecommitdiffstats
path: root/nt/emacs.rc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-02-26 22:09:45 -0500
committerChong Yidong <[email protected]>2010-02-26 22:09:45 -0500
commit5d752593a519896d2c849e5917b23fcbdc753b15 (patch)
treec05e1c048e1a45a514a4074bd1acc51fa1bac07a /nt/emacs.rc
parent4ed28cf4e5fe36f460adb103865c3adcbad62da3 (diff)
Bump version to 23.1.93; regenerate AUTHORS.
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 adbe43409d..ff8cc42145 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 23,1,92,0
- PRODUCTVERSION 23,1,92,0
+ FILEVERSION 23,1,93,0
+ PRODUCTVERSION 23,1,93,0
FILEFLAGSMASK 0x3FL
#ifdef EMACSDEBUG
FILEFLAGS 0x1L
@@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
- VALUE "FileVersion", "23, 1, 92, 0\0"
+ VALUE "FileVersion", "23, 1, 93, 0\0"
VALUE "InternalName", "Emacs\0"
VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
- VALUE "ProductVersion", "23, 1, 92, 0\0"
+ VALUE "ProductVersion", "23, 1, 93, 0\0"
VALUE "OLESelfRegister", "\0"
END
END