diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-21 04:46:07 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-21 04:46:07 +0000 |
commit | d7ae78c0311f7e286a1b542da30a2365276d317e (patch) | |
tree | cd6ba511130dd240d38d7794c993ace315060538 /lib-src | |
parent | adce950df340c7eb01ba11509a6de34e269395f8 (diff) | |
download | emacs-d7ae78c0311f7e286a1b542da30a2365276d317e.tar.gz |
Bump version to 23.1.50.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 66eb15950e0..dbc9b155f0e 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 .PHONY: $(ALL) -VERSION = 23.0.95 +VERSION = 23.1.50 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |