summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-08-11 21:24:16 +0300
committerEli Zaretskii <eliz@gnu.org>2020-08-11 21:24:16 +0300
commit6dada01015c10c016892802fbb2632a6235eebdd (patch)
tree451e44aadfa3a91d00a26e11658ce04c7f7ad1f6 /configure.ac
parent86d8d76aa36037184db0b2897c434cdaab1a9ae8 (diff)
downloademacs-6dada01015c10c016892802fbb2632a6235eebdd.tar.gz
; Bump Emacs version to 27.1.50
* configure.ac: * README: * nt/README.W32: * msdos/sed2v2.inp: * etc/NEWS: Bump Emacs version to 27.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 40bc610f9bf..ff159726aa2 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, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 27.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.