summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-07-30 10:08:27 +0300
committerEli Zaretskii <eliz@gnu.org>2023-07-30 10:08:27 +0300
commit4a687bcc20d4d5a3297bfaecd6bd9d400ba39195 (patch)
tree7221bc612cb4ee3c83a3c1774614e411537d1fb5 /configure.ac
parenta9b28224af0f73d1fe0f422e9b318c5b91af889b (diff)
downloademacs-4a687bcc20d4d5a3297bfaecd6bd9d400ba39195.tar.gz
Bump Emacs version
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: * etc/NEWS: Bump Emacs version to 29.1.50.
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 ad1068a70ad..5dd182ae6e5 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], [bug-gnu-emacs@gnu.org], [],
+AC_INIT([GNU Emacs], [29.1.50], [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,