diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-01 22:04:25 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-01 22:04:25 +0000 |
commit | a436e145b7aaf972cb88719396cc93e0d6608346 (patch) | |
tree | e5fb6d1381ff35fa3eb650249e909d959ba897dd /lib-src | |
parent | a7c654adaa5e6e78008f11c93297c0bdb5b05d34 (diff) | |
download | emacs-a436e145b7aaf972cb88719396cc93e0d6608346.tar.gz |
Bump version to 23.0.90.emacs-pretest-23.0.90
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 1a63aa6d989..9c1def4e84c 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.60 +VERSION = 23.0.90 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |