From fa6e477dfb1047437e8156942df66d11003612a0 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 12 Mar 2013 20:52:28 +0000 Subject: [PATCH] Set development version for 0.2.1 patch release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f6f147d..e407ca12 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.2.1], [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])