diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-29 08:05:47 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-29 08:05:47 +0000 |
commit | 2239757784a8a79e65dcd45faa8339b41d8d8dc7 (patch) | |
tree | f2e4099ad1398d5a96a9fdb9de9bb6968fe9c035 /lib-src | |
parent | a4fc56e1ba738cb04f6ddc7dbaf2fb1a4dd21895 (diff) | |
download | emacs-2239757784a8a79e65dcd45faa8339b41d8d8dc7.tar.gz |
(VERSION): Set back to 22.1.50 following inadvertent bump in multi-tty
merge.
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 c21401154eb..3076b85dbd8 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 = 23.0.51 +VERSION = 22.1.50 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |