From: Po Lu Date: Wed, 11 Sep 2024 04:53:29 +0000 (+0800) Subject: ; Update version number of exec/configure.ac X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0884147f995e0393223ea331ba7fb6293a381fb8;p=emacs.git ; Update version number of exec/configure.ac * admin/admin.el (set-version): Update AC_INIT expansion in exec/configure.ac. * exec/configure.ac: Update version to 30.0.90. (cherry picked from commit ee3e3a6311196129104881d6e9097bb54d8843af) --- diff --git a/admin/admin.el b/admin/admin.el index edd3246a1a3..b3f63eef5bb 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -112,6 +112,10 @@ Root must be the root of an Emacs source tree." (rx (and "AC_INIT" (1+ (not (in ?,))) ?, (0+ space) ?\[ (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "exec/configure.ac" version + (rx (and "AC_INIT" (1+ (not (in ?,))) + ?, (0+ space) ?\[ + (submatch (1+ (in "0-9.")))))) (set-version-in-file root "nt/README.W32" version (rx (and "version" (1+ space) (submatch (1+ (in "0-9.")))))) diff --git a/exec/configure.ac b/exec/configure.ac index c3e895740be..41c4c8b5d42 100644 --- a/exec/configure.ac +++ b/exec/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 . AC_PREREQ([2.65]) -AC_INIT([libexec], [30.0.50], [bug-gnu-emacs@gnu.org], [], +AC_INIT([libexec], [30.0.90], [bug-gnu-emacs@gnu.org], [], [https://www.gnu.org/software/emacs/]) AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.