summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2017-10-11 22:39:17 +0200
committerNicolas Petton <nicolas@petton.fr>2017-10-11 22:39:17 +0200
commit872108f70907f9bd999877899f68945e6781eb0d (patch)
tree5fa9bd90ef47431977b4260122c3e4d7512dde1d /configure.ac
parent419a371f8b3d4ba200770be07136f909c7984ece (diff)
downloademacs-872108f70907f9bd999877899f68945e6781eb0d.tar.gz
Bump Emacs version to 26.0.90
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version.
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 d92b95cb545..63324c2c7c9 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, 26.0.60, bug-gnu-emacs@gnu.org)
+AC_INIT(GNU Emacs, 26.0.90, bug-gnu-emacs@gnu.org)
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.