From 328b8ad3542efe055dfbd29959c9e70f31ad80aa Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 27 Aug 2013 00:09:42 +0100 Subject: [PATCH] Changed version and status, 0.3.1 development --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fac5d010..30968a41 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com]) -PACKAGE_STATUS="release" +AC_INIT([profanity], [0.3.1], [boothj5web@gmail.com]) +PACKAGE_STATUS="development" AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h])