diff -r e520608a17ee -r 7ee2388a492a mcabber/configure.ac --- a/mcabber/configure.ac Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/configure.ac Thu May 08 18:38:40 2014 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.10.3-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.10.3],[mcabber@lilotux.net]) XC_AUTOMAKE AC_CONFIG_SRCDIR([mcabber]) AC_CONFIG_HEADERS([mcabber/config.h]) @@ -296,7 +296,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.3", [Mcabber branch]) AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) # We need _GNU_SOURCE for strptime() and strcasestr()