diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-09-30 20:11:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-09-30 20:11:43 +0300 |
commit | 3478e64c88fe0187f49343ed778d7e9231cf5837 (patch) | |
tree | bca0db8aae31d4fb54268b8df138d980e65ed8d7 /configure.ac | |
parent | bd3a1c3134a130ca8edf4c13c44a8c2323ef2c90 (diff) | |
download | emacs-3478e64c88fe0187f49343ed778d7e9231cf5837.tar.gz |
Bump Emacs version to 29.0.50
* README:
* configure.ac:
* nt/README.W32:
* msdos/sed2v2.inp:
* src/msdos.c (internal_terminal_init):
* etc/refcards/ru-refcard.tex:
* etc/NEWS: Bump Emacs version to 29.0.50.
* etc/NEWS.28: New file.
* lisp/cus-edit.el (customize-changed-options-previous-release):
Update the reference version of Emacs.
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 f151dd551dd..c4509a5859b 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, 28.0.50, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/) +AC_INIT(GNU Emacs, 29.0.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, dnl and then quoted again for a C string. Separate options with spaces. |