1.36.0 1.36.0
authorMatthias Clasen <mclasen@redhat.com>
Mon, 23 Sep 2013 10:41:36 +0000 (06:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 23 Sep 2013 11:43:24 +0000 (07:43 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f5a5133..ad357b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.35.3 and 1.36.0
+=============================================
+- Remove a useless test (#707131)
+- Never return NULL from pango_layout_get_test (#707659)
+- Correct an annotation (#707874)
+- Fix gravity map (#708432)
+
 Overview of changes between 1.35.2 and 1.35.3
 ============================================
 - Compiler warnings about strict aliasing (#703995)
index 18aa1bd..5e97e02 100644 (file)
@@ -21,8 +21,8 @@ dnl
 
 dnl The triplet
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [35])
-m4_define([pango_version_micro], [3])
+m4_define([pango_version_minor], [36])
+m4_define([pango_version_micro], [0])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])