diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-01 22:04:25 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-01 22:04:25 +0000 |
commit | a436e145b7aaf972cb88719396cc93e0d6608346 (patch) | |
tree | e5fb6d1381ff35fa3eb650249e909d959ba897dd /configure.in | |
parent | a7c654adaa5e6e78008f11c93297c0bdb5b05d34 (diff) | |
download | emacs-a436e145b7aaf972cb88719396cc93e0d6608346.tar.gz emacs-a436e145b7aaf972cb88719396cc93e0d6608346.tar.bz2 emacs-a436e145b7aaf972cb88719396cc93e0d6608346.zip |
Bump version to 23.0.90.
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 11657348523..b365421d873 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.60) +AC_INIT(emacs, 23.0.90) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) |