diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-01-14 22:50:47 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-14 22:50:47 -0500 |
commit | 9f19b8ddfe3a46d8a5ae86b6c8d2394562d02843 (patch) | |
tree | 2776a388a3be41c2cca6cb5445b7adc75f190bd3 /lib-src/makefile.w32-in | |
parent | bb033b5f612524de2410c8491170b008a04e8994 (diff) | |
download | emacs-9f19b8ddfe3a46d8a5ae86b6c8d2394562d02843.tar.gz |
Bump version to 23.2.92.emacs-pretest-23.2.92
Regenerate AUTHORS, configure, and ldefs-boot.el.
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 342954e8617..f7226e745c5 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.2.91 +VERSION = 23.2.92 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |