summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf8a6fe..f6a3d40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
=============
+Version 3.0.2
+=============
+
+ Translators
+
+ * Takayuki KUSANO (ja)
+ * Korostil Daniel (uk)
+
+=============
Version 3.0.0
=============
diff --git a/configure.ac b/configure.ac
index 770aa07..2a5b91f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[3.0.1])
+AC_INIT([libgweather],[3.0.2])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
@@ -14,7 +14,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