diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-20 00:46:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-20 00:46:19 +0000 |
commit | dd35811fe33b500eb4a11d5506f4d414ffeced4d (patch) | |
tree | f0d6f7452f904e44f6036940382eacb7d81143dc /lib-src/makefile.w32-in | |
parent | acc3a558d17bc4ffaaba1ec041adf4fd604a8985 (diff) | |
download | emacs-dd35811fe33b500eb4a11d5506f4d414ffeced4d.tar.gz |
Bump version to 22.0.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 9229f65dd50..38e12bdb643 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.95 +VERSION = 22.0.96 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |