diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 21:09:50 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-01-29 21:09:50 -0500 |
commit | e1c6f91c71412abd720c2efde386d6bb15beb8cd (patch) | |
tree | 9c0ccd0e4e98390ae80020789b3a66984aa25c34 /lib-src/makefile.w32-in | |
parent | 007240bdfa7e22bf26a27717f171bb13b83571da (diff) | |
download | emacs-e1c6f91c71412abd720c2efde386d6bb15beb8cd.tar.gz |
Bump version to 23.1.92.
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 fdbc9e9756c..c38c5c7062e 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.1.91 +VERSION = 23.1.92 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |