summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-06-25 18:01:18 +0100
committerBastien Nocera <hadess@hadess.net>2009-06-25 18:01:18 +0100
commitabb526c557fc0ca397656c7f59542c14a74022b8 (patch)
treef7b82dee016edd87365db03ac36c2bb53a977560
parent25e0ff4178b703274c5c7c64db03d624310a4078 (diff)
downloadgnome-bluetooth-abb526c557fc0ca397656c7f59542c14a74022b8.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9d72bfda..78674e40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ver 2.27.7.1:
+Plugins:
+ - Install the Geoclue GPS plugin
+
ver 2.27.7:
Preferences:
- When deleting a device, pass it through the plugins
diff --git a/configure.ac b/configure.ac
index 0cb60b94..30a332b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
m4_define(gnomebt_version_major, 2)
m4_define(gnomebt_version_minor, 27)
-m4_define(gnomebt_version_micro, 7)
+m4_define(gnomebt_version_micro, 7.1)
AC_INIT([gnome-bluetooth],
[gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
@@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-GNOMEBT_LT_VERSION=6:1:0
+GNOMEBT_LT_VERSION=6:2:0
AC_SUBST(GNOMEBT_LT_VERSION)
AM_MAINTAINER_MODE