diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 18 insertions, 2 deletions
@@ -1,4 +1,20 @@ ============= +Version 3.4.0 +============= + + Misc + + * Move API documentation to inline comments (Javier) + * Improve autotools configuration a bit (Javier, Vincent) + + Translators + + * Ahmed Noor Kader Mustajir Md Eusoff (ms) + * Jovan Naumovski (mk) + * Arash Mousavi (fa) + * Kjartan Maraas (nb) + +============= Version 3.2.1 ============= diff --git a/configure.ac b/configure.ac index ebcbfd1..e30fe5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgweather], [3.2.2], +AC_INIT([libgweather], [3.4.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather]) AC_PREREQ(2.62) @@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # 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:4:0 +LT_VERSION=0:5:0 AC_SUBST(LT_VERSION) AC_CANONICAL_HOST |