summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-28 11:20:47 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-28 11:20:47 +0200
commit1c8e90649e440830ebe288251848170f42ade3b4 (patch)
tree065874c89413a493ae83591e2be806cc48dcbfe9 /configure.ac
parent92e77873adbe12e364132653595b03dc702573f8 (diff)
downloademacs-1c8e90649e440830ebe288251848170f42ade3b4.tar.gz
Bump Emacs version to 28.1.91
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 28.1.91.
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 03eb9783a9b..57b86e85423 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.90, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 28.1.91, 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.