Implement a Makefile for Inform.
[inform.git] / configure.ac
index a502cfc5b3805c2d4ce153caf1657edf84b1bd85..0ff8cedcadd4356575eb4139840bcd978e964c48 100644 (file)
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Inform. If not, see https://gnu.org/licenses/
 
-AC_INIT([inform], m4_esyscmd_s([./version.sh]), [j@jxself.org], [], [https://jxself.org/git/?p=inform.git])
+AC_INIT([inform], [6.41], [j@jxself.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_OUTPUT(Makefile src/Makefile)