aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-12-19 00:37:20 +0000
committerThomas White <taw27@cam.ac.uk>2008-12-19 00:37:20 +0000
commit365c155ee09c2573b6931e8816dc6fe61a441d5f (patch)
tree1f9c11b9c09a31a7e942452daac4b2f36519a1f9 /configure.ac
parenta1eaaf9abc872adc2485a2d93c653ee5c9ae3276 (diff)
Bump version number
Bump version number to 0.3 Signed-off-by: Thomas White <taw27@cam.ac.uk>
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)
-