summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-10-19 05:12:20 -0400
committerEli Zaretskii <eliz@gnu.org>2023-10-19 05:12:20 -0400
commit0cbc91f29aef47c37d671c5a4ad30d7a5c819a1e (patch)
tree64ce8be93ff4fa7dd4ddc07de614ceccc605b610 /configure.ac
parentab9d6482e3b1835c3e1a835fb7edd51b61797bb3 (diff)
downloademacs-0cbc91f29aef47c37d671c5a4ad30d7a5c819a1e.tar.gz
Bump Emacs version
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 29.1.90.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4986c7a43c..29b71ea2730 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.65])
dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
-AC_INIT([GNU Emacs], [29.1.50], [bug-gnu-emacs@gnu.org], [],
+AC_INIT([GNU Emacs], [29.1.90], [bug-gnu-emacs@gnu.org], [],
[https://www.gnu.org/software/emacs/])
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,