]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update version number of exec/configure.ac
authorPo Lu <luangruo@yahoo.com>
Wed, 11 Sep 2024 04:53:29 +0000 (12:53 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:21:11 +0000 (22:21 +0200)
* 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)

admin/admin.el
exec/configure.ac

index edd3246a1a3c4f24e2d6704edada1b8e995a93e5..b3f63eef5bb684075bb093e4bdc450fd6dd7bb5b 100644 (file)
@@ -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."))))))
index c3e895740be8840405902f594d7c1ae8e85692b5..41c4c8b5d42f8b9d4852facb5ec8f95f7e0b532e 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 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.