summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-08-30 10:04:23 +0300
committerEli Zaretskii <eliz@gnu.org>2019-08-30 10:04:23 +0300
commit0c3fc71d3bef37bac6a766d319c4574cd24c20c0 (patch)
tree59bd3ebd826a39f6b67f4ac8d17c980a651ccade /configure.ac
parent1af1240f5f101ce3a4db30675a665ee70a9f8c81 (diff)
downloademacs-0c3fc71d3bef37bac6a766d319c4574cd24c20c0.tar.gz
; Bump Emacs version to 26.3.50
* README: * etc/NEWS: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 26.3.50.
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 ebf24c8657e..b4a41ba78ca 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.3, bug-gnu-emacs@gnu.org)
+AC_INIT(GNU Emacs, 26.3.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.