diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-10-22 09:10:41 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-10-22 09:10:41 -0400 |
commit | bdc9a8b5acdffe0acd6360b1cade8ff732df3e76 (patch) | |
tree | 6859cfda3a17af1278937a37d9bccc5687b05440 /nt | |
parent | 1a7aa3ce7fe32955f45ba8cfee2ccaf4a0770395 (diff) | |
download | emacs-bdc9a8b5acdffe0acd6360b1cade8ff732df3e76.tar.gz |
* configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
trunk's 24.4.50.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/config.nt | 2 | ||||
-rw-r--r-- | nt/makefile.w32-in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nt/config.nt b/nt/config.nt index 004a7381fb5..3bd6ebf39b0 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.4.50" +#define VERSION "24.4.51" /* Define to 1 if unsetenv returns void instead of int. */ #undef VOID_UNSETENV diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 59da03434e9..d1542e74a64 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.4.50 +VERSION = 24.4.51 TMP_DIST_DIR = emacs-$(VERSION) |