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 /configure.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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b15a0bf7a7f..b75f965cfa7 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.91) +AC_INIT(emacs, 23.2.92) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |