diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-05-17 18:55:36 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-05-17 18:55:36 +0000 |
commit | ab43d1e484120a22b5dea36d0abd8be999cd7380 (patch) | |
tree | 76cd46acd679c2d6bf662c88dddd15e10f923fcf /lib-src/makefile.w32-in | |
parent | c5efc23b31d40ec96d2d1b2e448a2c799d8545a0 (diff) | |
download | emacs-ab43d1e484120a22b5dea36d0abd8be999cd7380.tar.gz |
Bump version to 22.0.990emacs-pretest-22.0.990
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 ceba5c6f6d1..c1e7b70e5bf 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.99 +VERSION = 22.0.990 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |