diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-03-26 16:49:50 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-03-26 16:49:50 +0000 |
commit | a8da49fb71368e5069302bca516d429ba6c57d78 (patch) | |
tree | 2940a09cb03e5d2b125a19108e914ab889df7633 /lib-src | |
parent | a7efa41c937eacbc0e9d87d114828f3c3f232836 (diff) | |
download | emacs-a8da49fb71368e5069302bca516d429ba6c57d78.tar.gz |
Bump version to 22.2.50.
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 a8e478875dc..02f877581c8 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.2 +VERSION = 22.2.50 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |