aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorAndrea Corallo2024-09-11 22:14:09 +0200
committerAndrea Corallo2024-09-11 22:14:09 +0200
commit9a1c76bf7ff49d886cc8e1a3f360d71e62544802 (patch)
tree383e44578ef8d21e7929b4ce4d6db4795aaa122a /exec
parent68530860ae998e7364c550e7eddadda31c37eab7 (diff)
downloademacs-30.0.91.tar.gz
emacs-30.0.91.zip
Bump Emacs version to 30.0.91emacs-30.0.91
* nt/README.W32: Update Emacs version. * msdos/sed2v2.inp: Likewise. * exec/configure.ac: Likewise. * configure.ac: Likewise. * README: Likewise.
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 3c8d066b0e6..1382e34c741 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.90], [bug-gnu-emacs@gnu.org], [], 25AC_INIT([libexec], [30.0.91], [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.