summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-04-03 16:09:11 +0300
committerEli Zaretskii <eliz@gnu.org>2022-04-03 16:09:11 +0300
commitdd3863d8bcc77c43363bbd041da1c1eb37a3ee32 (patch)
treedaa4a65d4e7145a273b1d9279b00a278ac36cf99 /configure.ac
parent5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7 (diff)
downloademacs-dd3863d8bcc77c43363bbd041da1c1eb37a3ee32.tar.gz
; Prepare the release branch for Emacs-28.2 development
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 28.1.50. * etc/NEWS: Add Emacs-28.2 sections.
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 660784347bb..7314eb6978e 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.1, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 28.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,
dnl and then quoted again for a C string. Separate options with spaces.