diff options
author | Julien Danjou <julien@danjou.info> | 2011-05-05 11:37:45 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2011-05-05 11:37:45 +0200 |
commit | e6f9e1b41826005cfcbb24b78605d666c1a74fc9 (patch) | |
tree | 526b49132b6754d6825048b4e269bf5b1f17f345 | |
parent | 1f8260481453cd7632225a3a2ae9c4b090d25241 (diff) |
Update NEWS, bump versionSTARTUP_NOTIFICATION_0_11
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +0.11 +==== + + - Remove Xlib support, use only xcb and x11-xcb (Julien Danjou) + - Support APPLICATION_ID key (Colin Walters) + 0.10 ==== diff --git a/configure.in b/configure.in index b5d3666..64da3b5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([startup-notification], [0.10], +AC_INIT([startup-notification], [0.11], [http://www.freedesktop.org/Software/startup-notification]) AC_CONFIG_SRCDIR(libsn/sn-launchee.c) |