diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-19 17:10:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-19 17:10:49 +0000 |
commit | 2bb4a75381cc916d4e437df6c0090af0a854ad8b (patch) | |
tree | 012ffcfdacf05603e4b9f766610ea8ad9914150f /lib-src/makefile.w32-in | |
parent | c08ab656b03edb786246b68c0873147fdfae6a6a (diff) | |
download | emacs-2bb4a75381cc916d4e437df6c0090af0a854ad8b.tar.gz |
Bump version number to 23.0.95.emacs-pretest-23.0.95
Diffstat (limited to 'lib-src/makefile.w32-in')
-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 b9292bea2f3..66eb15950e0 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.94 +VERSION = 23.0.95 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |