aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-03-26 13:49:17 +0000
committerChong Yidong2008-03-26 13:49:17 +0000
commit21d7435c63162c369d020fa5ef133ca3240fd5ee (patch)
tree6d63a2dd8559b00b20b1803a3b310602a38be666
parent3789dbbb06a643a87cb7a9df2f7814cebc60c19e (diff)
downloademacs-21d7435c63162c369d020fa5ef133ca3240fd5ee.tar.gz
emacs-21d7435c63162c369d020fa5ef133ca3240fd5ee.zip
Bump version to 22.2
-rw-r--r--README2
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 293bc727242..89921961c92 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
5 5
6This directory tree holds version 22.1.92 of GNU Emacs, the extensible, 6This directory tree holds version 22.2 of GNU Emacs, the extensible,
7customizable, self-documenting real-time display editor. 7customizable, self-documenting real-time display editor.
8 8
9The file INSTALL in this directory says how to build and install GNU 9The file INSTALL in this directory says how to build and install GNU
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 32f3fcc58ad..a8e478875dc 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
24 24
25.PHONY: $(ALL) 25.PHONY: $(ALL)
26 26
27VERSION = 22.1.92 27VERSION = 22.2
28 28
29LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 29LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
30 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 30 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \