diff options
author | Nicolas Petton <nicolas@petton.fr> | 2019-01-07 15:37:10 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2019-01-07 15:37:10 +0100 |
commit | d8525ae41d07f9ea629d610de791064180423b6a (patch) | |
tree | 2519c648940de17df63980cae8e57f6526a1db63 /configure.ac | |
parent | f1ce72b7c6cd53265c1a3fa11d1111e44c16bf52 (diff) | |
download | emacs-d8525ae41d07f9ea629d610de791064180423b6a.tar.gz |
Bump Emacs version to 26.1.91emacs-26.1.91
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 26.1.91.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 005f96b3a91..78cb6dbeaf1 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.1.90, bug-gnu-emacs@gnu.org) +AC_INIT(GNU Emacs, 26.1.91, 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. |