summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-07-04 17:03:11 +0200
committerVincent Untz <vuntz@gnome.org>2011-07-04 17:03:11 +0200
commitbfbf7a0de1b2b9d63920b6f28ea40cf765ab0879 (patch)
tree0f4109f7c0c8dc882c489b1363d0ead52dea92db
parent056fb000815093b72f88428e15c8888374382fa8 (diff)
downloadlibgweather-bfbf7a0de1b2b9d63920b6f28ea40cf765ab0879.tar.gz
release: 3.1.33.1.3
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf8a6fe..734a262 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
=============
+Version 3.1.3
+=============
+
+ Misc
+
+ * Modernize build system a bit (Vincent)
+
+ Translators
+
+ * Kristjan SCHMIDT (eo)
+ * Takayuki KUSANO (ja)
+ * Gheyret Kenji (ug)
+ * Korostil Daniel (uk)
+
+=============
Version 3.0.0
=============
diff --git a/configure.ac b/configure.ac
index ee89c49..7770a61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather], [3.1.1],
+AC_INIT([libgweather], [3.1.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather])
AC_PREREQ(2.62)
@@ -15,7 +15,7 @@ AC_CONFIG_MACRO_DIR([m4])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=0:2:0
+LT_VERSION=0:3:0
AC_SUBST(LT_VERSION)
AC_CANONICAL_HOST