diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-04 11:52:09 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-04 11:52:09 +0100 |
commit | 7f0f815d5e1b6c47df8fe973bcccef243916ee0b (patch) | |
tree | e51674907609413d353a836e24e1263b5e2b1060 | |
parent | 65555cf5b42ae94385c42710f9587b9a13a23a78 (diff) | |
download | pykolab-7f0f815d5e1b6c47df8fe973bcccef243916ee0b.tar.gz |
Bump minor version in anticipation of moving beyond 0.5
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f3ae12c..ea87024 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([pykolab], 0.5.0) -AC_SUBST([RELEASE], 1) +AC_INIT([pykolab], 0.6) +AC_SUBST([RELEASE], 0.1) AC_CONFIG_SRCDIR(pykolab/constants.py.in) |