diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 17:26:48 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 17:26:48 +0100 |
commit | a0dd0c8c240896a5dd205c1dbc51924b9d41f833 (patch) | |
tree | 3ab95ada56787fa496739fc69d72b783c10762d2 | |
parent | 8b7e4a1c4ae055864e26db4addbcc2dc38ee6963 (diff) |
Prepare version 0.100
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 16dc7e1..8ea59e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.52) -AC_INIT([dbus-glib], [0.99], - [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) +AC_INIT([dbus-glib], [0.100], + [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib]) AC_CANONICAL_HOST |