Increment ABI version for 0.6
[moonshot-ui.git] / configure.ac
index ba86e30..5d3f7e1 100644 (file)
@@ -1,13 +1,13 @@
 AC_PREREQ([2.63])
 AC_INIT([Moonshot-ui],
-        [0.1],
+        [0.6],
         [moonshot-community@jiscmail.ac.uk],
         [moonshot-ui],
         [http://www.project-moonshot.org/])
 
 # Remove this when we can depend on autoconf >= 2.64
 AC_SUBST(PACKAGE_URL, [http://www.project-moonshot.org/])
-
+AC_DEFINE(PACKAGE_URL,["http://www.project-moonshot.org"],[package URL])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])