diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-06-27 11:49:02 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-06-27 11:49:02 +0100 |
commit | 2929a9d676b9961abff6c6acb1b67431f7d62ab1 (patch) | |
tree | 98ab598f654b013974e7d595d56273a6eef91826 | |
parent | de33a575aa58867642bcfd8bb8cb2efc631d9f1d (diff) |
Update version in configure.acdbus-glib_0.74
Update version to 0.74 in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6f5095a..f813a6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.52) -AC_INIT(dbus-glib, 0.73, [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) +AC_INIT(dbus-glib, 0.74, [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus]) AC_CANONICAL_TARGET |