diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-28 22:29:00 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-28 22:29:00 -0500 |
commit | 22770c84d5acd892c6a3302790f92f37f600c93e (patch) | |
tree | 07ce16ff4e3c478d0a91cbbf93621563c1fa0c12 /configure.in | |
parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
download | emacs-22770c84d5acd892c6a3302790f92f37f600c93e.tar.gz |
Release logs for 23.3 release.
Regenerate configure and other release files.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a89d6d596de..275e8125ab3 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.62) -AC_INIT(emacs, 23.2.94) +AC_INIT(emacs, 23.3) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |