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

@ -18,6 +18,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>