]> git.eshelyaron.com Git - emacs.git/commitdiff
; * exec/configure.ac: Update version.
authorPo Lu <luangruo@yahoo.com>
Wed, 11 Sep 2024 05:26:17 +0000 (13:26 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:21:19 +0000 (22:21 +0200)
(cherry picked from commit 69e1aca041c57ba425425d31471e1c8f86d3bf04)

exec/configure.ac

index 41c4c8b5d42f8b9d4852facb5ec8f95f7e0b532e..634daa7906a719ca5585f28b64c9254e270ba132 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.90], [bug-gnu-emacs@gnu.org], [],
+AC_INIT([libexec], [31.0.50], [bug-gnu-emacs@gnu.org], [],
   [https://www.gnu.org/software/emacs/])
 
 AH_TOP([/* Copyright (C) 2024 Free Software Foundation, Inc.