diff mcabber/configure.ac @ 2257:3f04914d8643

Post-1.0.2 changes
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Feb 2016 13:53:01 +0100
parents 54a12919cdee
children 972dd83d1c18
line wrap: on
line diff
--- a/mcabber/configure.ac	Sat Feb 27 13:45:48 2016 +0100
+++ b/mcabber/configure.ac	Sat Feb 27 13:53:01 2016 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.0.2],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.0.3-dev],[mcabber@lilotux.net])
 XC_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AC_CONFIG_HEADERS([mcabber/config.h])
@@ -293,7 +293,7 @@
 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
 
 # Prepare some config.h variables
-AC_DEFINE([MCABBER_BRANCH], "1.0.2", [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()