From 58ea6b7ced9e648547eab99e4f0ea2ca581f17a5 Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov <alexander@kojevnikov.com> Date: Fri, 22 Apr 2011 14:55:30 +0800 Subject: [PATCH] Bump version in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76b2c21..88b72e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([spek],[0.6]) +AC_INIT([spek],[0.7]) AC_CONFIG_SRCDIR([src/spek.vala]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])