summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2015-02-15 21:59:11 -0800
committerGiovanni Campagna <gcampagna@src.gnome.org>2015-02-15 21:59:11 -0800
commit292b0258cef2f99c9c7f3991c8f3dbf49793c324 (patch)
treefd164c14cfeb6b126377878d0bc09aea313b3934
parent2806ddfe56cfeb8a6986c14a0e2732152c184837 (diff)
downloadlibgweather-292b0258cef2f99c9c7f3991c8f3dbf49793c324.tar.gz
Release 3.15.903.15.90
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 930f57c..17d8525 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+===============
+Version 3.15.90
+===============
+
+* New API: gweather_location_new_detached(), for easier integration
+ with services that provide only a description, latitude and longitude
+* New and improved documentation
+* Updated translations
+
==============
Version 3.15.1
==============
diff --git a/configure.ac b/configure.ac
index 34666c8..72dbf21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(libgweather_major_version, 3)
m4_define(libgweather_minor_version, 15)
-m4_define(libgweather_micro_version, 1)
+m4_define(libgweather_micro_version, 90)
m4_define(libgweather_version, libgweather_major_version.libgweather_minor_version.libgweather_micro_version)
AC_INIT([libgweather],
@@ -36,7 +36,7 @@ AC_SUBST(LIBGWEATHER_VERSION)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=9:2:3
+LT_VERSION=10:0:4
AC_SUBST(LT_VERSION)
GTK_REQUIRED=3.13.5