diff options
| author | Stefan Monnier | 2014-10-22 09:10:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-22 09:10:41 -0400 |
| commit | bdc9a8b5acdffe0acd6360b1cade8ff732df3e76 (patch) | |
| tree | 6859cfda3a17af1278937a37d9bccc5687b05440 /nt | |
| parent | 1a7aa3ce7fe32955f45ba8cfee2ccaf4a0770395 (diff) | |
| download | emacs-bdc9a8b5acdffe0acd6360b1cade8ff732df3e76.tar.gz emacs-bdc9a8b5acdffe0acd6360b1cade8ff732df3e76.zip | |
* 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/>. */ | |||
| 1576 | #undef USG_SUBTTY_WORKS | 1576 | #undef USG_SUBTTY_WORKS |
| 1577 | 1577 | ||
| 1578 | /* Version number of package */ | 1578 | /* Version number of package */ |
| 1579 | #define VERSION "24.4.50" | 1579 | #define VERSION "24.4.51" |
| 1580 | 1580 | ||
| 1581 | /* Define to 1 if unsetenv returns void instead of int. */ | 1581 | /* Define to 1 if unsetenv returns void instead of int. */ |
| 1582 | #undef VOID_UNSETENV | 1582 | #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 @@ | |||
| 22 | # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out | 22 | # FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out |
| 23 | # (and remove or replace this comment). | 23 | # (and remove or replace this comment). |
| 24 | 24 | ||
| 25 | VERSION = 24.4.50 | 25 | VERSION = 24.4.51 |
| 26 | 26 | ||
| 27 | TMP_DIST_DIR = emacs-$(VERSION) | 27 | TMP_DIST_DIR = emacs-$(VERSION) |
| 28 | 28 | ||