summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2014-01-15 08:16:03 +0100
committerSeif Lotfy <seif@lotfy.com>2014-01-15 08:16:03 +0100
commitc1873620ad2d83af3e87dd82fdcf56b5e70a27ce (patch)
treef735a81d8c5a814bc89b5d4672f2f14974758af3 /configure.ac
parentc753eed33a0d5d7c7869cb9c75bfab0fccba51c5 (diff)
downloadzeitgeist-c1873620ad2d83af3e87dd82fdcf56b5e70a27ce.tar.gz
bump version number and release name
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2444202..acf7daa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([zeitgeist], [0.9.14], [dev@lists.zeitgeist-project.com], [zeitgeist])
+AC_INIT([zeitgeist], [0.9.15], [dev@lists.zeitgeist-project.com], [zeitgeist])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
@@ -13,7 +13,7 @@ AC_PROG_CXX
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AM_PROG_VALAC([0.20.0])
+AM_PROG_VALAC([0.22.0])
AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No Vala compiler found."])])
AM_SILENT_RULES([yes])