diff mcabber/configure.ac @ 1933:c55f62570573

Post-0.10.1 changes
author Mikael Berthe <mikael@lilotux.net>
date Wed, 01 Dec 2010 22:14:38 +0100
parents 45c8b217fabb
children 2256d0626730
line wrap: on
line diff
--- a/mcabber/configure.ac	Wed Dec 01 21:55:25 2010 +0100
+++ b/mcabber/configure.ac	Wed Dec 01 22:14:38 2010 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.10.1],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.10.2-dev],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AM_CONFIG_HEADER(mcabber/config.h)
@@ -272,7 +272,7 @@
 AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno])
 
 # Prepare some config.h variables
-AC_DEFINE([MCABBER_BRANCH], "0.10.1", [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()