Implement a cleaner way of tracking version number

This commit is contained in:
Bradlee Speice
2012-07-11 15:06:57 -04:00
parent eddd689c29
commit ed121d4ec5
11 changed files with 25 additions and 17 deletions

View File

@ -5,7 +5,6 @@
*
* Description: Function definitions for opencv functionality
*
* Version: 1.0
* Created: 06/21/2012 08:34:21 AM
* Revision: none
* Compiler: gcc

View File

@ -5,7 +5,6 @@
*
* Description: Function definitions for X11 operations
*
* Version: 1.0
* Created: 06/21/2012 08:34:21 AM
* Revision: none
* Compiler: gcc

View File

@ -5,7 +5,6 @@
*
* Description:
*
* Version: 1.0
* Created: 06/26/2012 09:08:41 AM
* Revision: none
* Compiler: gcc

View File

@ -5,7 +5,6 @@
*
* Description: Include wrapper for libcvautomation subsections
*
* Version: 1.0
* Created: 06/21/2012 12:20:43 PM
* Revision: none
* Compiler: gcc
@ -18,6 +17,9 @@
#ifndef LIBCVAUTOMATION_H
#define LIBCVAUTOMATION_H
#define LIBCVAUTOMATION_VERSION "1.0"
#define LIBCVAUTOMATION_BUGREPORT "bspeice@uncc.edu"
/* C includes */
#include <stdio.h>
#include <string.h>