aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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 266453ae975..8ae8cb9cbcf 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12007-08-29 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (VERSION): Increase to 23.0.50.
4
12007-08-29 Dan Nicolaescu <dann@ics.uci.edu> 52007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * emacsclient.c (w32_execvp): Move definition before use. 7 * emacsclient.c (w32_execvp): Move definition before use.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 3076b85dbd8..bd44130135c 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
24 24
25.PHONY: $(ALL) 25.PHONY: $(ALL)
26 26
27VERSION = 22.1.50 27VERSION = 23.0.50
28 28
29LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 29LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
30 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 30 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \