diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-01-18 04:29:44 -0500 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-01-18 04:29:44 -0500 |
commit | 1ab88d8aa52453d2839435e495b47e74673a38c7 (patch) | |
tree | 4e0e1f89f8e33db9545da189dbd5ac91c8f3bbd0 /configure.ac | |
parent | 20125ad97b4592d7f9ae815aff2ca68cda7a4c31 (diff) | |
download | emacs-1ab88d8aa52453d2839435e495b47e74673a38c7.tar.gz emacs-1ab88d8aa52453d2839435e495b47e74673a38c7.tar.bz2 emacs-1ab88d8aa52453d2839435e495b47e74673a38c7.zip |
Bump Emacs version to 29.2
* README:
* configure.ac:
* nt/README.W32:
* msdos/sed2v2.inp: Bump Emacs version to 29.2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 42e99408199..8c98e8153f2 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.90], [bug-gnu-emacs@gnu.org], [], +AC_INIT([GNU Emacs], [29.2], [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, |