mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-12 11:15:15 -04:00
Implement a cleaner way of tracking version number
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user