diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-18 12:55:50 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-18 15:10:43 +0100 |
commit | 485d06a6f4c1a16fe0aa20bc3404f2ea5675cbe1 (patch) | |
tree | 682f672265d58d0b66b957d06a9cdf48c4cfd90c | |
parent | fef709a40cec62600ed08bdbffa9f2ac3cc9d1bd (diff) |
version 0.7.30telepathy-glib-0.7.30
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | telepathy-glib/Makefile.am | 3 | ||||
-rw-r--r-- | telepathy-glib/dbus.c | 4 | ||||
-rw-r--r-- | telepathy-glib/versions/0.7.30.abi | 6 |
4 files changed, 12 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 72ef375c7..87af5ae48 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [7]) -m4_define([tp_glib_micro_version], [29]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [30]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 8a3492e71..5f5dada0b 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -32,7 +32,8 @@ ABI_LISTS = \ versions/0.7.26.abi \ versions/0.7.27.abi \ versions/0.7.28.abi \ - versions/0.7.29.abi + versions/0.7.29.abi \ + versions/0.7.30.abi EXTRA_DIST = \ $(ABI_LISTS) \ diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c index f587149d0..37d5ec8d3 100644 --- a/telepathy-glib/dbus.c +++ b/telepathy-glib/dbus.c @@ -1048,7 +1048,7 @@ _tp_dbus_daemon_get_name_owner (TpDBusDaemon *self, * Returns: %TRUE if @well_known_name was claimed, or %FALSE and sets @error if * an error occurred. * - * Since: 0.7.UNRELEASED + * Since: 0.7.30 */ gboolean tp_dbus_daemon_request_name (TpDBusDaemon *self, @@ -1120,7 +1120,7 @@ tp_dbus_daemon_request_name (TpDBusDaemon *self, * Returns: %TRUE if @well_known_name was released, or %FALSE and sets @error * if an error occurred. * - * Since: 0.7.UNRELEASED + * Since: 0.7.30 */ gboolean tp_dbus_daemon_release_name (TpDBusDaemon *self, diff --git a/telepathy-glib/versions/0.7.30.abi b/telepathy-glib/versions/0.7.30.abi new file mode 100644 index 000000000..76423b2a0 --- /dev/null +++ b/telepathy-glib/versions/0.7.30.abi @@ -0,0 +1,6 @@ +Version: TELEPATHY_GLIB_0.7.30 +Extends: TELEPATHY_GLIB_0.7.29 +Release: 0.7.30 + +tp_dbus_daemon_release_name +tp_dbus_daemon_request_name |