aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7757518..c32bce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(openmoocow, 0.2.0, taw27@srcf.ucam.org)
+AC_INIT(openmoocow, 0.3.0, taw27@srcf.ucam.org)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
@@ -44,4 +44,3 @@ CFLAGS="$CFLAGS $GTK_CFLAGS $LIBSDL_CFLAGS"
LIBS="$LIBS $GTK_LIBS $LIBSDL_LIBS -lgthread-2.0"
AC_OUTPUT(Makefile src/Makefile data/Makefile)
-