summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-15 07:12:30 (EDT)
committer paul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-15 07:12:30 (EDT)
commitbe85f59136bc7322f18b2d5395f8067faf797810 (patch)
treebb027967b8e83f601ccc58ea97b508d7a06403f9
parent9e240798c5f8cb9bc7ce365c13a7b1d86d57788d (diff)
Bump version to 0.2.0-rc1v0.2.0-rc1
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> git-svn-id: http://opkg.googlecode.com/svn/branches/opkg-0.2.x@658 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8cf3f6..eea2f18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script
-AC_INIT([opkg], [0.1.8])
+AC_INIT([opkg], [0.2.0-rc1])
AC_CONFIG_SRCDIR([libopkg/pkg.c])
AC_CONFIG_AUX_DIR([conf])