summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:13:31 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:13:31 (EST)
commit9bb14a029601ad267a568d425181dbd44d0b2e3f (patch)
tree8c19c23432172f0947e10ccb4b504a161775c233 /configure.ac
parent3c1dbd3b7013aea0ad1dda271085386e0eadf163 (diff)
opkg: set version number and distribute pkg-config file
git-svn-id: http://opkg.googlecode.com/svn/trunk@92 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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 1af44c0..f8c74bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script
AC_INIT(libopkg/libopkg.c)
-AM_INIT_AUTOMAKE([opkg], [0.99.163])
+AM_INIT_AUTOMAKE([opkg], [0.1])
AM_CONFIG_HEADER(libopkg/config.h)
AC_CANONICAL_HOST