summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-01 17:42:52 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-01 17:49:32 +0100
commit740ae2818fa585b52b7e0b29f1612a812959d4d3 (patch)
treec2af424c9d711c8d6f216706cd6185703d7de8c6 /configure.ac
parentaa1d7dd867c7d4e06f1b0d3172adc095f3f19643 (diff)
downloademacs-740ae2818fa585b52b7e0b29f1612a812959d4d3.tar.gz
Bump Emacs version to 28.0.90
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 28.0.90.
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 253f5bfcd67..766811b8a8e 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.0.60, bug-gnu-emacs@gnu.org, , https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 28.0.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.