diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-04 00:42:38 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-04 00:42:38 +0000 |
commit | 85adab9a0aa817072a7e0ccf6837778b47b1e49e (patch) | |
tree | c071072684370a36741dc92ae87e804fa5e137e9 /lib-src/makefile.w32-in | |
parent | c345112ee13b28c6745ad33778d859284a6480c0 (diff) | |
download | emacs-85adab9a0aa817072a7e0ccf6837778b47b1e49e.tar.gz |
Bump version to 22.0.97.
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 38e12bdb643..3e5fe4fcaeb 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.96 +VERSION = 22.0.97 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |