diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-24 02:28:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-24 02:28:19 +0000 |
commit | 07ef6df70906c2f9e117536d393ac3d4cd3e38ad (patch) | |
tree | d6724117ba3035fbf3550ef361105b103da86548 /lib-src | |
parent | bbf6b0ba07360c3e8e21a0ca0b643c1432451ed8 (diff) | |
download | emacs-07ef6df70906c2f9e117536d393ac3d4cd3e38ad.tar.gz |
Bump version to 22.0.99.
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 3ae5220c5f1..ceba5c6f6d1 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.98 +VERSION = 22.0.99 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |