diff mcabber/configure.ac @ 2275:3d6986784dae 1.0.3

Ready for release 1.0.3
author Mikael Berthe <mikael@lilotux.net>
date Sun, 18 Sep 2016 17:13:53 +0200
parents 766666eb6928
children 56b0cf821f64 e20ac5fe419c
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Sep 18 17:04:20 2016 +0200
+++ b/mcabber/configure.ac	Sun Sep 18 17:13:53 2016 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.0.3-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.0.3],[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], "dev", [Mcabber branch])
+AC_DEFINE([MCABBER_BRANCH], "1.0.3", [Mcabber branch])
 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
 
 # We need _GNU_SOURCE for strptime() and strcasestr()