diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-03-31 02:04:39 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-03-31 02:04:39 +0000 |
commit | 91e6d74d7bc02d5bc67469dfe629878e93bc86d2 (patch) | |
tree | 919e35a3229f40123039bb4ddb3c37c56e37002b /lib-src/makefile.w32-in | |
parent | 7b8065ba000c631107335f388ecebf2d306c306a (diff) | |
download | emacs-91e6d74d7bc02d5bc67469dfe629878e93bc86d2.tar.gz |
Bump version to 23.0.92.emacs-pretest-23.0.92
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 2f10213b1f3..88093a5d4ad 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.91 +VERSION = 23.0.92 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |