summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-03-18 08:43:54 -0400
committerEli Zaretskii <eliz@gnu.org>2021-03-18 08:43:54 -0400
commitd5b160d7cc1d067198b4f691eeae342952e4b097 (patch)
treed4c4071531829c5e2c68c78f09d0b6139e8f9e9d /configure.ac
parent216bd67a4f40a733cb139ace3af4616bc2702282 (diff)
downloademacs-d5b160d7cc1d067198b4f691eeae342952e4b097.tar.gz
Prepare the Emacs 27.2 release.emacs-27.2-rc1
* etc/HISTORY: Update for Emacs 27.2. * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Set version to 27.2
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 3e4e0641ac9..0b3453202bc 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, 27.1.91, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 27.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,
dnl and then quoted again for a C string. Separate options with spaces.