From e768604533f65290c6ec94352806b141781ca9dc Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 9 Sep 2014 20:54:01 +0300 Subject: [PATCH] autotools: fixed libstrophe's version Repository contains tag 0.8.6, but version in configure.ac is still 0.8.5. So change it to the future release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53c0c50..2fb54b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstrophe], [0.8.5], [jack@metajack.im]) +AC_INIT([libstrophe], [0.8.7], [jack@metajack.im]) AM_INIT_AUTOMAKE([foreign]) LT_INIT([dlopen])