0.9.12
diff --git a/NEWS b/NEWS
index 51fe2ce..7542e8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes leading to 0.9.12
+Thursday, January 18, 2013
+=====================================
+
+- Build fixes for Sun compiler.
+- Minor bug fix.
+
 Overview of changes leading to 0.9.11
 Thursday, January 10, 2013
 =====================================
diff --git a/configure.ac b/configure.ac
index e95e48f..202bef9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [0.9.11],
+        [0.9.12],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])