Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
00e4a45f
Commit
00e4a45f
authored
Oct 27, 2006
by
Chong Yidong
Browse files
Bump version number to 22.0.90.
parent
fbd9dd55
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
...cs.app/Contents/Resources/English.lproj/InfoPlist.strings
+2
-2
mac/src/Emacs.r
mac/src/Emacs.r
+4
-4
nt/emacs.rc
nt/emacs.rc
+4
-4
No files found.
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
View file @
00e4a45f
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "22.0.
5
0";
CFBundleGetInfoString = "22.0.
5
0, Copyright (C) 2006 Free Software Foundation, Inc.";
CFBundleShortVersionString = "22.0.
9
0";
CFBundleGetInfoString = "22.0.
9
0, Copyright (C) 2006 Free Software Foundation, Inc.";
mac/src/Emacs.r
View file @
00e4a45f
...
...
@@ -220,11 +220,11 @@ resource 'FREF' (129) {
resource
'vers'
(
1
)
{
0x22
,
/*
Major
revision
in
BCD
*/
0x0
,
/*
Minor
revision
in
BCD
*/
development
,
/*
development
,
alpha
,
beta
,
or
final
(
release
)
*/
5
0
,
/*
Non
-
final
release
# */
alpha
,
/*
development
,
alpha
,
beta
,
or
final
(
release
)
*/
9
0
,
/*
Non
-
final
release
# */
0
,
/*
Region
code
*/
"22.0.
5
0"
,
/*
Short
version
number
*/
"22.0.
5
0, Copyright \0xa9 2006 "
"22.0.
9
0"
,
/*
Short
version
number
*/
"22.0.
9
0, Copyright \0xa9 2006 "
"Free Software Foundation, Inc."
/*
Long
version
number
*/
};
...
...
nt/emacs.rc
View file @
00e4a45f
...
...
@@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22,0,
5
0,0
PRODUCTVERSION 22,0,
5
0,0
FILEVERSION 22,0,
9
0,0
PRODUCTVERSION 22,0,
9
0,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,
5
0, 0\0"
VALUE "FileVersion", "22, 0,
9
0, 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,
5
0, 0\0"
VALUE "ProductVersion", "22, 0,
9
0, 0\0"
VALUE "OLESelfRegister", "\0"
END
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment