mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Start on to the 1.2 release
This commit is contained in:
parent
c92e6b2640
commit
58cf76119c
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(libcvautomation, 1.1, bspeice@uncc.edu)
|
||||
AC_INIT(libcvautomation, 1.2, bspeice@uncc.edu)
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef LIBCVAUTOMATION_H
|
||||
#define LIBCVAUTOMATION_H
|
||||
|
||||
#define LIBCVAUTOMATION_VERSION "1.1"
|
||||
#define LIBCVAUTOMATION_VERSION "1.2"
|
||||
#define LIBCVAUTOMATION_BUGREPORT "bspeice@uncc.edu"
|
||||
|
||||
/* C includes */
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef LIBCVAUTOMATION_H
|
||||
#define LIBCVAUTOMATION_H
|
||||
|
||||
#define LIBCVAUTOMATION_VERSION "1.1"
|
||||
#define LIBCVAUTOMATION_VERSION "1.2"
|
||||
#define LIBCVAUTOMATION_BUGREPORT "bspeice@uncc.edu"
|
||||
|
||||
/* C includes */
|
||||
|
Loading…
Reference in New Issue
Block a user