diff options
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 223ff99e849..db5f12149c1 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -22,6 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.65) | 24 | AC_PREREQ(2.65) |
| 25 | dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el. | ||
| 25 | AC_INIT(GNU Emacs, 24.4.50, bug-gnu-emacs@gnu.org) | 26 | AC_INIT(GNU Emacs, 24.4.50, bug-gnu-emacs@gnu.org) |
| 26 | 27 | ||
| 27 | dnl We get MINGW64 with MSYS2 | 28 | dnl We get MINGW64 with MSYS2 |