1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Changed version and status, 0.3.1 development

This commit is contained in:
James Booth 2013-08-27 00:09:42 +01:00
parent efc9c53465
commit 328b8ad354

View File

@ -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])