diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-13 03:14:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-13 03:14:12 +0000 |
commit | afd27920722625e04de70af6e02b2cb1dfa6122b (patch) | |
tree | 35cb4698fdd393cf0b07d6f3e17107f8837ec68f /lib-src/makefile.w32-in | |
parent | acfdc2b1897d3ffb479e9ed21f84f9010c12554a (diff) | |
download | emacs-afd27920722625e04de70af6e02b2cb1dfa6122b.tar.gz emacs-afd27920722625e04de70af6e02b2cb1dfa6122b.tar.bz2 emacs-afd27920722625e04de70af6e02b2cb1dfa6122b.zip |
(VERSION): Set to 23.0.60.
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 7bd23ee9edd..0edfdf58b02 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.50 +VERSION = 23.0.60 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |