diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-02 11:11:48 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-02 11:11:48 +0000 |
commit | 3d5724d8f126a8ed6d3300008616694d84317745 (patch) | |
tree | 60085d50d742c0a410c45108582dd5caff326b5c /lib-src/makefile.w32-in | |
parent | 537a062fd717b3375dbef29bf6ce3c0fa79749fd (diff) | |
download | emacs-3d5724d8f126a8ed6d3300008616694d84317745.tar.gz |
Increment version number to 22.1.emacs-22.1
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 c1e7b70e5bf..5face04b081 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.990 +VERSION = 22.1 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |