From 15f397627fc74be80183e5e972bc257ce5cd1a3d Mon Sep 17 00:00:00 2001 From: Adam Nielsen Date: Sat, 21 Feb 2015 20:37:15 +1000 Subject: [PATCH] Bump version to 1.2 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d0a218d..6a41395 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([Camoto Studio], [0.1], [camoto@lists.shikadi.net], [], [http://www.shikadi.net/camoto]) +AC_INIT([Camoto Studio], [1.2], + [https://github.com/Malvineous/camoto-studio/issues], + [], [http://www.shikadi.net/camoto]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([config.h])