diff mcabber/configure.ac @ 2302:245ec6d73380

Post-1.0.5 changes
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Jan 2017 21:39:35 +0100
parents 72540f37f679
children 90b3e9876641
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Jan 29 21:28:24 2017 +0100
+++ b/mcabber/configure.ac	Sun Jan 29 21:39:35 2017 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.0.5],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.0.6-dev],[mcabber@lilotux.net])
 XC_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AC_CONFIG_HEADERS([mcabber/config.h])
@@ -297,7 +297,7 @@
 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
 
 # Prepare some config.h variables
-AC_DEFINE([MCABBER_BRANCH], "1.0.5", [Mcabber branch])
+AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch])
 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
 
 # We need _GNU_SOURCE for strptime() and strcasestr()