summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-28 19:47:35 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-28 19:47:35 +0200
commitc6cb6d8506916dd1c17fba2d24ec63426c4afdbd (patch)
treec1b4eebe626f87341f70c9df3639385d4fb2a29a /configure.ac
parent2772ebe3667f28cefd0d6134204ce6a3c7a8c323 (diff)
downloademacs-c6cb6d8506916dd1c17fba2d24ec63426c4afdbd.tar.gz
Cut the emacs-29 release branch
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 29.0.60. * admin/admin.el (set-version): Fix regexp for configure.ac. * lisp/cus-edit.el (customize-changed-options-previous-release): Bump last version to 28.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc4e59ee5ac..b844c6bc730 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.65])
dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
-AC_INIT([GNU Emacs], [29.0.50], [bug-gnu-emacs@gnu.org], [],
+AC_INIT([GNU Emacs], [29.0.60], [bug-gnu-emacs@gnu.org], [],
[https://www.gnu.org/software/emacs/])
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,