diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-19 17:45:41 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-19 17:45:41 +0000 |
commit | c5ed4e91162b0006f73931a98393027a200406c6 (patch) | |
tree | 4ddb480fb4604db940f74a862bf07aa49541a92f /lib-src | |
parent | 27acfab31ed29a7f3394f3570debb09d5a7e161d (diff) | |
download | emacs-c5ed4e91162b0006f73931a98393027a200406c6.tar.gz emacs-c5ed4e91162b0006f73931a98393027a200406c6.tar.bz2 emacs-c5ed4e91162b0006f73931a98393027a200406c6.zip |
Bump version to 22.1.91.
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 37e2e555742..d99a2d81056 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.1.90 +VERSION = 22.1.91 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |