diff options
author | Glenn Morris <rgm@gnu.org> | 2013-03-04 19:53:34 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-03-04 19:53:34 -0800 |
commit | d6ec4070892d283dabc346ddc079597b1dc1340e (patch) | |
tree | 1ef4ff5ae927f395f9dfb4ffcb34d639b5aca760 /configure.ac | |
parent | b3cdfd9e06a5647767fbbb6448da6f9039fbf787 (diff) | |
download | emacs-d6ec4070892d283dabc346ddc079597b1dc1340e.tar.gz |
Bump version to 24.3 (only a release candidate at the moment)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f6defa7059..ef65e7eaee6 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2.93) +AC_INIT(emacs, 24.3) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) AC_CONFIG_AUX_DIR(build-aux) |