From 022f01c9d58c1983f8634321d5c3e3f1b2639c85 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 13 Aug 2012 09:38:23 -0400 Subject: [PATCH] Begin version 1.6 of libcvautomation --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 94dfe58..3816c0b 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, 1.5, bspeice@uncc.edu) +AC_INIT(libcvautomation, 1.6, bspeice@uncc.edu) AC_SUBST(PATCHLEVEL, 1) -AC_SUBST(LIBTOOL_VERSION, 1:5) +AC_SUBST(LIBTOOL_VERSION, 1:6) #AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE