summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-04-04 23:28:20 +0200
committerVincent Untz <vuntz@gnome.org>2011-04-04 23:28:20 +0200
commit1a0fa48e753470a126f7ae3dde1d61d17355453e (patch)
tree928e73f18b323142db1a8e6fb2974ed7c869bea6
parent6a119f6355776758412b7d5828b81e6a0530552a (diff)
downloadlibgweather-1a0fa48e753470a126f7ae3dde1d61d17355453e.tar.gz
release: 3.0.03.0.0
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 48ddc18..bf8a6fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+=============
+Version 3.0.0
+=============
+
+ libgweather
+
+ * Build fixes (Kevin Easton, Craig Keogh)
+
+ Translators
+
+ * Joan Duran (ca)
+ * Gabor Kelemen (hu)
+ * Gheyret Kenji (ug)
+ * Korostil Daniel (uk)
+ * Clytie Siddall (vi)
+ * Chao-Hsiung Liao (zh_HK)
+ * Chao-Hsiung Liao (zh_TW)
+
==============
Version 2.91.6
==============
diff --git a/configure.ac b/configure.ac
index eabf29b..fd56758 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.91.90])
+AC_INIT([libgweather],[3.0.0])
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:1:0
+LT_VERSION=0:2:0
AC_SUBST(LT_VERSION)
AC_CANONICAL_HOST