diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-01 15:32:01 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-01 15:32:01 +0000 |
commit | b336408c6ba14578e5a9e3c8161b8d5fa4a23499 (patch) | |
tree | d166348f45d240db6d16ec7103b7b782332f1384 /lib-src | |
parent | 22ad8e8378e1f5d6da7578fe4cdb750b8c6e9694 (diff) | |
download | emacs-b336408c6ba14578e5a9e3c8161b8d5fa4a23499.tar.gz |
Bump version to 23.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 88093a5d4ad..6a7c0c9de06 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs .PHONY: $(ALL) -VERSION = 23.0.92 +VERSION = 23.0.93 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |