[libvtemm/libvtemm-0-20] Post-release version bump.



commit cbd0557a10ca5c5064c666960a813f4f2549e57d
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Fri Aug 28 20:46:39 2009 +0200

    Post-release version bump.
    
    * NEWS: Added 0.20.6 header.
    * libvtemm.spec:
    * README: Updated version to 0.20.6.
    * configure.ac: Ditto. Also added `VTE' to MM_ARG_ENABLE_WARNINGS.

 NEWS          |    4 ++++
 README        |    2 +-
 configure.ac  |    4 ++--
 libvtemm.spec |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ba581a5..1949ef1 100644
--- a/NEWS
+++ b/NEWS
@@ -45,3 +45,7 @@ file from mm-common.
 They will be updated in future, when stable version of libraries will be
 released.
 (Krzesimir Nowak)
+
+0.20.6:
+
+
diff --git a/README b/README
index 99ed453..9bb2373 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-C++ wrapper for vte, version 0.20.5.
+C++ wrapper for vte, version 0.20.6.
 
 Current dependencies:
 - to build a library from tarball:
diff --git a/configure.ac b/configure.ac
index 8dc8992..d320af6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libvtemm], [0.20.5],
+AC_INIT([libvtemm], [0.20.6],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libvtemm],
         [libvtemm])
 AC_PREREQ([2.62])
@@ -45,7 +45,7 @@ AC_LANG([C++])
 MM_ARG_ENABLE_WARNINGS([LIBVTEMM_WXXFLAGS],
                        [-Wall],
                        [-pedantic -Wall -Wextra],
-                       [G PANGO ATK GDK GDK_PIXBUF GTK])
+                       [G PANGO ATK GDK GDK_PIXBUF GTK VTE])
 
 AC_CONFIG_FILES([Makefile
                  codegen/Makefile
diff --git a/libvtemm.spec b/libvtemm.spec
index 8dff532..b11e41b 100644
--- a/libvtemm.spec
+++ b/libvtemm.spec
@@ -1,5 +1,5 @@
 Name:           libvtemm12
-Version:        0.20.4
+Version:        0.20.6
 Release:        1%{?dist}
 
 Summary:        C++ interface for VTE (a GTK2 terminal emulator widget)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]