summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-20 13:10:04 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-20 13:10:04 +0000
commit9e954b630045cff007f0c185c5b7e7a3f603f96d (patch)
tree6912758890534dbc1959725f91448810daf7165d
parent15e9cc52d75387bc5e452ad6253a3f4b58a8ce2e (diff)
actually update version to 0.99.8
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1e9ec39..444ddf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ([2.60])
m4_define([THIS_PACKAGE],[telepathy-rakia])
m4_define([VERSION_MAJOR],[0])
m4_define([VERSION_MINOR],[99])
-m4_define([VERSION_MICRO],[6])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[8])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],
@@ -104,7 +104,7 @@ AC_DEFINE(TP_SEAL_ENABLE, [], [Prevent to use sealed variables])
AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, [], [Disable single header include])
AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_1_0], [Ignore post 1.0 deprecations])
AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0], [Prevent post 1.0 APIs])
-PKG_CHECK_MODULES([TELEPATHY_GLIB], [telepathy-glib-1 >= 0.99.7, telepathy-glib-1-dbus >= 0.99.7])
+PKG_CHECK_MODULES([TELEPATHY_GLIB], [telepathy-glib-1 >= 0.99.8, telepathy-glib-1-dbus >= 0.99.8])
dnl Check for optional IP heartbeat support
AC_ARG_WITH(iphb,