From: Eric Branlund Date: Mon, 11 Jan 2021 16:58:09 +0000 (-0800) Subject: Bring version number in configure.ac into agreement with the one in system/angband... X-Git-Tag: vmacos3.0.0-alpha52~485^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ae235e3e68968e2332bdfa0e3c29f788b0ee907d;p=hengbandforosx%2Fhengbandosx.git Bring version number in configure.ac into agreement with the one in system/angband-version.h. --- diff --git a/configure.ac b/configure.ac index 5a657857a..260d56307 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(hengband, 2.1.5) +AC_INIT(hengband, 3.0.0.0) AC_CONFIG_HEADERS(src/autoconf.h) AC_CONFIG_SRCDIR(src/main.c)