diff mcabber/configure.ac @ 2354:83a50c3b808e 1.1.2

Release 1.1.2
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Sep 2020 16:21:13 +0200
parents 1d4274111c5d
children 6aeb142c8f12
line wrap: on
line diff
--- a/mcabber/configure.ac	Tue Sep 15 21:31:00 2020 +0200
+++ b/mcabber/configure.ac	Sat Sep 19 16:21:13 2020 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[1.1.2-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[1.1.2],[mcabber@lilotux.net])
 XC_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AC_CONFIG_HEADERS([mcabber/config.h])
@@ -292,7 +292,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.1.2", [Mcabber branch])
 AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string])
 
 # We need _GNU_SOURCE for strptime() and strcasestr()