diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-06-30 Vincent Untz <vuntz@gnome.org> + + * configure.in: + * NEWS: version 2.22.3 + 2008-05-26 Vincent Untz <vuntz@gnome.org> * configure.in: post-release bump to 2.22.3. @@ -1,3 +1,12 @@ +libgweather 2.22.3 +================== + +Translators + + * Hendrik Richter (de) + * Clytie Siddall (vi) + * Funda Wang (zh_CN) + libgweather 2.22.2 ================== diff --git a/configure.in b/configure.in index a3251f8..e924286 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -LT_VERSION=1:2:0 +LT_VERSION=1:3:0 AC_SUBST(LT_VERSION) GTK_REQUIRED=2.11.0 |