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.
This commit is contained in:
Dmitry Podgorny
2014-09-09 20:54:01 +03:00
parent 1afcd485db
commit e768604533

View File

@@ -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])