summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
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])