Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Bumps required library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdatko committed Apr 8, 2015
1 parent 1cbf818 commit 97f5ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with EClet. If not, see <http://www.gnu.org/licenses/>.

AC_INIT([eclet], [0.0.1], [[email protected]], [eclet], [http://www.github.com/cryptotronix/EClet/])
AC_INIT([eclet], [0.1.0], [[email protected]], [eclet], [http://www.github.com/cryptotronix/EClet/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -25,7 +25,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_CONFIG_FILES([Makefile doc/Makefile])
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([DEPS], [cryptoauth-0.1])
PKG_CHECK_MODULES([DEPS], [cryptoauth-0.2])
AC_PROG_LIBTOOL


Expand Down

0 comments on commit 97f5ed7

Please sign in to comment.