diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-01-23 00:47:29 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-01-23 00:47:29 +0000 |
commit | e6e2db62bc990331dbb575a8acce2b823a9b4db1 (patch) | |
tree | 5791d15a591e571286ddf39d6f4f67088e939d5c /lib-src | |
parent | cba9a3a5eecbaccff2d620a94d810059927b1515 (diff) | |
download | emacs-e6e2db62bc990331dbb575a8acce2b823a9b4db1.tar.gz |
Bump version to 22.0.93.
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 c12605739b9..3cb0c264a23 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.92 +VERSION = 22.0.93 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |