summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-12-17 15:52:52 (EST)
committer Paul Barker <paul@paulbarker.me.uk>2013-12-17 15:52:52 (EST)
commit9f98bfc87b6f059db134d9bc382922a9c6ccb744 (patch)
tree2876b388f63d2b421f3d9ee30e4d5d48b2daffb9
parentd5033ef83195dff574201ddfe8039aca3877d349 (diff)
configure.ac: Bump version to 0.2.1-SNAPSHOT
This ensures that git checkouts report a different version to the release tarball. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02c51c8..dde2bb6 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.2.0])
+AC_INIT([opkg], [0.2.1-SNAPSHOT])
AC_CONFIG_SRCDIR([libopkg/pkg.c])
AC_CONFIG_AUX_DIR([conf])