diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-01 17:49:14 -0700 |
commit | ef9bcf3b409648f36c5745e22d147f50a144524f (patch) | |
tree | cda7969fd5470236d9ce929049820671d99e4f3b /nt | |
parent | 801e7c232cc491264ef732b4d3b06da041d1ce05 (diff) | |
download | emacs-ef9bcf3b409648f36c5745e22d147f50a144524f.tar.gz |
Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94
Diffstat (limited to 'nt')
-rw-r--r-- | nt/config.nt | 2 | ||||
-rw-r--r-- | nt/emacs.rc | 8 | ||||
-rw-r--r-- | nt/emacsclient.rc | 8 | ||||
-rw-r--r-- | nt/makefile.w32-in | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/nt/config.nt b/nt/config.nt index b50c8b3cb17..477363de934 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1576,7 +1576,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #undef USG_SUBTTY_WORKS /* Version number of package */ -#define VERSION "24.3.93" +#define VERSION "24.3.94" /* Define to 1 if unsetenv returns void instead of int. */ #undef VOID_UNSETENV diff --git a/nt/emacs.rc b/nt/emacs.rc index 0952845e6a0..5d9c5f74643 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -11,8 +11,8 @@ Emacs ICON icons/emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,3,93,0 - PRODUCTVERSION 24,3,93,0 + FILEVERSION 24,3,94,0 + PRODUCTVERSION 24,3,94,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -29,12 +29,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 3, 93, 0\0" + VALUE "FileVersion", "24, 3, 94, 0\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" - VALUE "ProductVersion", "24, 3, 93, 0\0" + VALUE "ProductVersion", "24, 3, 94, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index c51b0309670..c70dd0cb4e1 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 24,3,93,0 - PRODUCTVERSION 24,3,93,0 + FILEVERSION 24,3,94,0 + PRODUCTVERSION 24,3,94,0 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" - VALUE "FileVersion", "24, 3, 93, 0\0" + VALUE "FileVersion", "24, 3, 94, 0\0" VALUE "InternalName", "EmacsClient\0" VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" - VALUE "ProductVersion", "24, 3, 93, 0\0" + VALUE "ProductVersion", "24, 3, 94, 0\0" VALUE "OLESelfRegister", "\0" END END diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index d5c68a45b64..7213e772931 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -22,7 +22,7 @@ # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out # (and remove or replace this comment). -VERSION = 24.3.93 +VERSION = 24.3.94 TMP_DIST_DIR = emacs-$(VERSION) |