diff options
author | Chong Yidong <cyd@gnu.org> | 2012-01-29 23:46:05 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-01-29 23:46:05 +0800 |
commit | d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf (patch) | |
tree | 75910b4096017b145b2e75740deeb242f1fe129d /configure.in | |
parent | 5b95ee8a9630108cb43093bb71d32efae596aa43 (diff) | |
download | emacs-d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf.tar.gz emacs-d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf.tar.bz2 emacs-d7fac6deb0aefa98b0e26e19998f1c7cbe502eaf.zip |
Bump version to 24.0.93.
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 91302e1c3ee..889aac44b46 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.92) +AC_INIT(emacs, 24.0.93) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) AC_CONFIG_AUX_DIR(build-aux) |