diff options
| author | Chong Yidong | 2010-05-07 23:28:26 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-07 23:28:26 -0400 |
| commit | 61a808e8197bb47dad1a78d7b032268482c45a9c (patch) | |
| tree | 9c98131154139dd228ad264d71806033060732b3 /lib-src | |
| parent | 3b180a24db6877b62fd11b6e82b0a4946e9322f6 (diff) | |
| download | emacs-23.2.tar.gz emacs-23.2.zip | |
Bump version to 23.2.emacs-23.2
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5ff764a7573..6b3584eb90f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Version 23.2 released. | ||
| 4 | |||
| 1 | 2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change) | 5 | 2010-05-05 Christoph <cschol2112@googlemail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis | 7 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 78f09cb6d10..75c5795cb90 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 | |||
| 22 | 22 | ||
| 23 | .PHONY: $(ALL) | 23 | .PHONY: $(ALL) |
| 24 | 24 | ||
| 25 | VERSION = 23.1.97 | 25 | VERSION = 23.2 |
| 26 | 26 | ||
| 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |