From d01fd74dc33562a951ad0b68c7eb1dbe1ac934f6 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 30 Jul 2012 13:04:58 -0400 Subject: [PATCH] Begin version 1.4 Bugfix release branch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d6e79b3..9596f32 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(libcvautomation, 1.4, bspeice@uncc.edu) -AC_SUBST(PATCHLEVEL, 1) +AC_SUBST(PATCHLEVEL, 2) AC_SUBST(LIBTOOL_VERSION, 1:4) #AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE