[atk] Release 2.8.0



commit 8d49ba6e557115997a8567074f673c748d428ffc
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Tue Mar 26 11:35:40 2013 +0100

    Release 2.8.0

 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 63571d6..11cfd35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in version 2.8.0:
+==========================
+*
+* Updated Visual C++ configuration files
+  * Make entries more consistent with the other GNOME Visual Studio
+    projects.
+  * Enable the building of introspection files for Visual C++ builds
+  * bgo694255: Visual C++ builds: Integrate building of introspection files
+* Updated Slovak, Portuguese and Tadjik translation.
+
 Changes in version 2.7.91:
 ==========================
 *
diff --git a/configure.ac b/configure.ac
index dd46d07..8ec95b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [2])
-m4_define([atk_minor_version], [7])
-m4_define([atk_micro_version], [91])
+m4_define([atk_minor_version], [8])
+m4_define([atk_micro_version], [0])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
 


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