From c89de12b0fff4b7c511ad823b46621fc16836702 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 10 Mar 2013 21:36:56 +0000 Subject: [PATCH] Set development version --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f6f147d..45badb0e 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.2.0], [boothj5web@gmail.com]) -AC_DEFINE([PACKAGE_STATUS], ["release"], [Status of this build]) +AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com]) +AC_DEFINE([PACKAGE_STATUS], ["development"], [Status of this build]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_AUX_DIR([build-aux])