Set version number in configure.ac to "3.0-alpha". You need to rerun autoconf and configure to have this take effect.

This commit is contained in:
bjorn
2008-05-23 06:53:29 +00:00
parent 003278e52d
commit 5aceb18beb

View File

@@ -1,6 +1,6 @@
dnl Run autoconf to generate configure from this file
AC_INIT([GF],[2.9],[aarne@cs.chalmers.se],[GF])
AC_INIT([GF],[3.0-alpha],[aarne@cs.chalmers.se],[GF])
AC_PREREQ(2.53)