aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
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
22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 23
24AC_PREREQ(2.65) 24AC_PREREQ(2.65)
25dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
25AC_INIT(GNU Emacs, 24.4.50, bug-gnu-emacs@gnu.org) 26AC_INIT(GNU Emacs, 24.4.50, bug-gnu-emacs@gnu.org)
26 27
27dnl We get MINGW64 with MSYS2 28dnl We get MINGW64 with MSYS2