diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-26 01:06:51 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-26 01:06:51 +0000 |
commit | 3f2d84c7597b752e34966d3523d426ab56331566 (patch) | |
tree | 345bb5b2ccb61fb12c8cfcda7bcaf4ec72e473b7 /configure.in | |
parent | fa35ec36331d30da745c5a0521ca1dddc2b3f7d6 (diff) | |
download | emacs-3f2d84c7597b752e34966d3523d426ab56331566.tar.gz |
Bump version to 23.0.91.emacs-pretest-23.0.91
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 0cb19a44956..b29d2de2073 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.61) -AC_INIT(emacs, 23.0.90) +AC_INIT(emacs, 23.0.91) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |