summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-04-21 14:21:52 +0300
committerEli Zaretskii <eliz@gnu.org>2019-04-21 14:21:52 +0300
commitfd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2 (patch)
tree794cb9b0a28e6cedeb6ad8bbb322b7ac7c9b89ad /configure.ac
parentbacdaa5b25f9946290d81325e8f7b94c1705c0a2 (diff)
parentcd2204f0ee018ef29c2d8536b7e6d41dc9b10052 (diff)
downloademacs-fd6ff29506cd55ace8fdfa1c3f370cbc7e074ec2.tar.gz
Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26
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 5ad3cda6e9d..cf3fbd9d503 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.2, bug-gnu-emacs@gnu.org)
+AC_INIT(GNU Emacs, 26.2.50, 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.