diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
commit | 958631c4cc36e766b98c05b05735cb83dce6fbb8 (patch) | |
tree | b2f6caf3bea3fa1436c550ee635cf835b34e2ac5 /lib-src/makefile.w32-in | |
parent | aa5789b56b42c6fda3454c11f8c16b3e20a26db4 (diff) | |
download | emacs-958631c4cc36e766b98c05b05735cb83dce6fbb8.tar.gz |
Bump version to 23.1.96.emacs-pretest-23.1.96
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 131cca7fdd7..0c4870f2fff 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.1.95 +VERSION = 23.1.96 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |