summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-12-21 19:28:20 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-21 19:28:20 -0500
commit76c501f830fc1f7c451e7896cb9d0d9445bcb070 (patch)
treebdf1e51e311310bba01bf4018d9dc51d4e74e772
parent4b17af2718f562620a2236456a46c5a35f500bc3 (diff)
post-release version bump to 0.2
Note, 0.1 was not really a release (e.g. no tarballs).
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d5d2367..da9f12e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT(eggdbus, 0.1, davidz@redhat.com)
-AM_INIT_AUTOMAKE(eggdbus, 0.1)
+AC_INIT(eggdbus, 0.2, davidz@redhat.com)
+AM_INIT_AUTOMAKE(eggdbus, 0.2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE