aboutsummaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorEli Zaretskii2025-08-14 03:52:16 -0400
committerEli Zaretskii2025-08-14 03:52:16 -0400
commit8ddef0ad4d6a7a53c84000303923b9530ab28b6c (patch)
tree7d1e9702e1ac7394f9f6a77226ec76959e235bc2 /exec
parent49d64bfb1a4ca5fc8b3a4d215fb6cabbb9780f9b (diff)
downloademacs-8ddef0ad4d6a7a53c84000303923b9530ab28b6c.tar.gz
emacs-8ddef0ad4d6a7a53c84000303923b9530ab28b6c.zip
Bump Emacs version
* README: * configure.ac: * exec/configure.ac: * java/AndroidManifest.xml.in (Version-code): * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 30.2.
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 c66c7276d8c..40df33d5cfc 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.1.90], [bug-gnu-emacs@gnu.org], [], 25AC_INIT([libexec], [30.2], [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-2025 Free Software Foundation, Inc. 28AH_TOP([/* Copyright (C) 2024-2025 Free Software Foundation, Inc.