summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-09-11 12:53:29 +0800
committerPo Lu <luangruo@yahoo.com>2024-09-11 13:18:35 +0800
commitee3e3a6311196129104881d6e9097bb54d8843af (patch)
treeccbd9015de48aa94bec296259101621fa6c2edd0 /exec
parentc5925b6ba5f7821ea72ebd26b76e405cecaabb8e (diff)
; 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')
-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
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.