diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-01-30 21:51:43 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-01-30 21:51:43 +0000 |
commit | 772964f93a1e19099aa24ac2453240d4f729ccab (patch) | |
tree | a32728631ef0eb225aa715f854d8948723b783d6 /lib-src/makefile.w32-in | |
parent | b874d2a75fc3715d810b13085cadce1145a921c9 (diff) | |
download | emacs-772964f93a1e19099aa24ac2453240d4f729ccab.tar.gz |
Bump version number to 22.1.90.
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 b30240fc895..37e2e555742 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.1.50 +VERSION = 22.1.90 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |