aboutsummaryrefslogtreecommitdiffstats
path: root/exec/configure.ac
diff options
context:
space:
mode:
authorPo Lu2024-09-11 12:53:29 +0800
committerPo Lu2024-09-11 13:18:35 +0800
commitee3e3a6311196129104881d6e9097bb54d8843af (patch)
treeccbd9015de48aa94bec296259101621fa6c2edd0 /exec/configure.ac
parentc5925b6ba5f7821ea72ebd26b76e405cecaabb8e (diff)
downloademacs-ee3e3a6311196129104881d6e9097bb54d8843af.tar.gz
emacs-ee3e3a6311196129104881d6e9097bb54d8843af.zip
; 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.
Diffstat (limited to 'exec/configure.ac')
-rw-r--r--exec/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/configure.ac b/exec/configure.ac
index a473a1dc633..3c8d066b0e6 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
22dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24AC_PREREQ([2.65]) 24AC_PREREQ([2.65])
25AC_INIT([libexec], [30.0.50], [bug-gnu-emacs@gnu.org], [], 25AC_INIT([libexec], [30.0.90], [bug-gnu-emacs@gnu.org], [],
26 [https://www.gnu.org/software/emacs/]) 26 [https://www.gnu.org/software/emacs/])
27 27
28AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc. 28AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.