From f53b702fecb08d1b8ee090bc48c12faeb5d4b49c Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:15:01 -0500 Subject: opkg: implement opkg_find_package() git-svn-id: http://opkg.googlecode.com/svn/trunk@99 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aae0e63..e9b264d 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.1.2]) +AM_INIT_AUTOMAKE([opkg], [0.1.3]) AM_CONFIG_HEADER(libopkg/config.h) AC_CANONICAL_HOST -- cgit v0.9.1