summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2011-05-16 16:29:40 +0200
committerJulien Danjou <julien@danjou.info>2011-05-16 16:29:40 +0200
commitfce365db713897a9cc6b52cac6536f4cb9c3abf1 (patch)
treeae659758a1e0b0a367b354c179a29a2d8ef74869
parent9ffd2cbc6a4d4a9d4b5892a5d6c1e838f05d216d (diff)
Update NEWS and bump versionSTARTUP_NOTIFICATION_0_12
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d63698b..83cfddb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.12
+====
+
+ - Revert a change that break ABI (Julien Cristau)
+
0.11
====
diff --git a/configure.in b/configure.in
index 64da3b5..1e44f10 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([startup-notification], [0.11],
+AC_INIT([startup-notification], [0.12],
[http://www.freedesktop.org/Software/startup-notification])
AC_CONFIG_SRCDIR(libsn/sn-launchee.c)