diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-12-19 19:25:57 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-12-19 19:25:57 +0000 |
commit | 3efe9e568ee024a6f55be0ecbd2e6c8ae644cade (patch) | |
tree | dcc3568e8780249cf0c93d2b0d926ea88c3f03b2 /lib-src/makefile.w32-in | |
parent | 209ceeef104c0dbe904bfa63568b12746b469552 (diff) | |
download | emacs-3efe9e568ee024a6f55be0ecbd2e6c8ae644cade.tar.gz |
Bump version number to 22.0.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 01c2aa0df62..2bbf6d07648 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.0.91 +VERSION = 22.0.92 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |