diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 20:42:53 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-04 20:42:53 +0000 |
commit | 6e04fc985649ab0840bf654a3a43297201b9dca5 (patch) | |
tree | 8136115360b3dcd8b3cc90dc54f0eb3c0c005a77 /lib-src/makefile.w32-in | |
parent | 407876dad2cfe64b3d93bbc64f2e0e60dac4861e (diff) | |
download | emacs-6e04fc985649ab0840bf654a3a43297201b9dca5.tar.gz |
Bump version number to 22.1.50.
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 5face04b081..953fa7ae6be 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 +VERSION = 22.1.50 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |