From 097ced2befbc26c550113a4069f524b04c0ec591 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 11 Oct 2012 17:16:20 -0400 Subject: [PATCH] Begin version 2.1 of libcvautomation To be perfectly honest, there likely won't be much more development unless someone needs something - the code is stable, and I can't really think of any other features I need to add... --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5ca9fff..1e16f12 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(libcvautomation, 2.0, bspeice@uncc.edu) +AC_INIT(libcvautomation, 2.1, bspeice@uncc.edu) AC_SUBST(PATCHLEVEL, 1) -AC_SUBST(LIBTOOL_VERSION, 2:0) +AC_SUBST(LIBTOOL_VERSION, 2:1) #AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE