diff mcabber/configure.ac @ 1888:41699679b121 0.10.0

Ready for release 0.10.0
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Apr 2010 15:07:28 +0200
parents 668657be02ba
children 88c01c561a40
line wrap: on
line diff
--- a/mcabber/configure.ac	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/configure.ac	Sun Apr 11 15:07:28 2010 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.10.0-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.10.0],[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], "dev", [Mcabber branch])
+AC_DEFINE([MCABBER_BRANCH], "0.10.0", [Mcabber branch])
 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
 
 # We need _GNU_SOURCE for strptime() and strcasestr()