diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-02-23 17:37:28 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-02-23 17:37:28 +0000 |
commit | 38008dcd924d42aeac69d0fa27034b80bc6687fe (patch) | |
tree | 48b1549319bacd4a0c330115eca86065e07a3cbd /lib-src | |
parent | fc858181de5a588dfcdde19c1158ee8bdc2a2eb7 (diff) | |
download | emacs-38008dcd924d42aeac69d0fa27034b80bc6687fe.tar.gz |
Bump to version 22.0.94.emacs-pretest-22.0.94
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 3cb0c264a23..5eac02c9e30 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs .PHONY: $(ALL) -VERSION = 22.0.93 +VERSION = 22.0.94 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |