summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-12-18 10:13:53 -0500
committerEli Zaretskii <eliz@gnu.org>2020-12-18 10:13:53 -0500
commit37eba74d609c74bcf9ac3c481a29377913783ac4 (patch)
tree72bd765e1b75461287b494f461778e1599db1057 /configure.ac
parent48b9c47805fc304441017f6ee4c114212cdb0496 (diff)
downloademacs-37eba74d609c74bcf9ac3c481a29377913783ac4.tar.gz
Update files for the 27.1.90 pretestemacs-27.1.90
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 27.1.90. * lisp/ldefs-boot.el: Update from loaddefs.el
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 ff159726aa2..e93a3331b72 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.50, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 27.1.90, 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.