Update version to 2.0 for python bindings

Release_2.0_Bugfix
Bradlee Speice 2012-08-14 15:29:43 -04:00
parent d7de401d66
commit 9bfa103d76
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(libcvautomation, 1.6, bspeice@uncc.edu)
AC_INIT(libcvautomation, 2.0, bspeice@uncc.edu)
AC_SUBST(PATCHLEVEL, 1)
AC_SUBST(LIBTOOL_VERSION, 1:6)
AC_SUBST(LIBTOOL_VERSION, 2:0)
#AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE