diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-23 03:13:49 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-23 03:13:49 +0000 |
commit | 70cb3ee246956827b9986fca47b5ad235444bc7e (patch) | |
tree | e7593a63da4fcc88710fe016073ae8c39de78677 /lib-src/makefile.w32-in | |
parent | 2657775f8bef3beffa6b1bd745b0ef42144ec369 (diff) | |
download | emacs-70cb3ee246956827b9986fca47b5ad235444bc7e.tar.gz |
Bump version to 23.0.94.emacs-pretest-23.0.94
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 6a7c0c9de06..b9292bea2f3 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.93 +VERSION = 23.0.94 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |