diff mcabber/configure.ac @ 2179:11a6318f30ad

Post-1.0.0 changes
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Jun 2015 22:56:56 +0200
parents ef35d7458223
children 773590bd2a8a
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Jun 28 22:40:10 2015 +0200
+++ b/mcabber/configure.ac	Sun Jun 28 22:56:56 2015 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.0.0],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.0.1-dev],[mcabber@lilotux.net])
 XC_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AC_CONFIG_HEADERS([mcabber/config.h])
@@ -284,7 +284,7 @@
 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
 
 # Prepare some config.h variables
-AC_DEFINE([MCABBER_BRANCH], "1.0.0", [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()