summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-28 00:19:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-28 00:19:44 (EDT)
commitb9e5d4289b56daee3fd970c6316d6a1f401d85c7 (patch)
tree1dca407fed8c365e40598aa98eb600b346453892 /configure.ac
parenta279310e6d5a680844605d42b54852b684d00831 (diff)
configure.ac: Set package version to 0.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37e6020..6019c25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
-AC_INIT([ProteanOS Development Kit], [0.1.0],
+AC_INIT([ProteanOS Development Kit], [0.2.0],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])