aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorChong Yidong2010-03-10 10:17:13 -0500
committerChong Yidong2010-03-10 10:17:13 -0500
commit288f9fc069a4a49839556064e89759bb23c658cb (patch)
treefbf0e377587bfcb2cb2d1b014c205fad347f81b3 /lib-src
parentd48cd3f48fdd0d67f906311b632fb58ae4765b5e (diff)
downloademacs-288f9fc069a4a49839556064e89759bb23c658cb.tar.gz
emacs-288f9fc069a4a49839556064e89759bb23c658cb.zip
Bump version to 24.0.50.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 77b227cd638..0a05a066648 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-03-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * Branch for 23.2.
4
12010-02-20 Kevin Ryde <user42@zip.com.au> 52010-02-20 Kevin Ryde <user42@zip.com.au>
2 6
3 * etags.c (Scheme_functions): Don't loop past a null character 7 * etags.c (Scheme_functions): Don't loop past a null character
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 368e1acb447..14130d2e525 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
22 22
23.PHONY: $(ALL) 23.PHONY: $(ALL)
24 24
25VERSION = 23.1.93 25VERSION = 24.0.50
26 26
27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \