diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-19 13:24:30 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-19 13:24:30 +0100 |
commit | 5b5a863282fb37508a4536bdbaa670912317aebc (patch) | |
tree | 3995c4fe889487de093851e7f313b935a7fc6545 | |
parent | 6a154d0e2c41716df5da1944eb526081b42514de (diff) | |
download | pykolab-5b5a863282fb37508a4536bdbaa670912317aebc.tar.gz |
Bump the release minor number for added features, and potentially breaking compatibility (with other applications of which there are none at this point)
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d062dc4..09aa337 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([pykolab], 0.2.1) -AC_SUBST([RELEASE], 1) +AC_INIT([pykolab], 0.3) +AC_SUBST([RELEASE], 0.1) AC_CONFIG_SRCDIR(pykolab/constants.py.in) |