summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2018-04-05 11:56:27 +0200
committerNicolas Petton <nicolas@petton.fr>2018-04-05 11:56:27 +0200
commit8dffaeabd758edcbe4a60bc2576f4a7e3bbaacc0 (patch)
tree39385b59810cc253753becdb289d0cb2a00e8f43 /configure.ac
parentf674c89f7ced2f317f6383e6e572ef636ed7ab7a (diff)
downloademacs-8dffaeabd758edcbe4a60bc2576f4a7e3bbaacc0.tar.gz
Bump Emacs version to 26.1
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 26.1.
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 f9c7bb76e58..256b954a89c 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.91, bug-gnu-emacs@gnu.org)
+AC_INIT(GNU Emacs, 26.1, 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.