diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-09-25 23:20:03 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-09-25 23:20:03 -0400 |
commit | f7d75b4bba824e0956b2e78cf4e7e98378d23521 (patch) | |
tree | c0ddfdeef83f2e89ff5c7bd13f2038aa6ea363ac /configure.in | |
parent | a0c6445257576d75a85810dd93e020105d7ac17c (diff) | |
download | emacs-f7d75b4bba824e0956b2e78cf4e7e98378d23521.tar.gz |
Bump version to 24.0.90.emacs-pretest-24.0.90
Regenerate AUTHORS 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 3d92093bedd..2e2c08c3342 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.65) -AC_INIT(emacs, 24.0.50) +AC_INIT(emacs, 24.0.90) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) AC_CONFIG_AUX_DIR(build-aux) |