From 5e0330f0adb784de4e51e83c1fa97f80248db241 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Wed, 14 Sep 2016 18:55:48 +0300 Subject: [PATCH] libstrophe 0.9.0 See ChangeLog for significant changes or follow the link to see all the changes: https://github.com/strophe/libstrophe/compare/0.8.8...strophe:0.9.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index efe0739..0207ff5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstrophe], [0.8.9], [jack@metajack.im]) +AC_INIT([libstrophe], [0.9.0], [jack@metajack.im]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT([dlopen])