mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-04 02:10:35 -05:00 
			
		
		
		
	Implement a cleaner way of tracking version number
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@
 | 
			
		||||
 *
 | 
			
		||||
 *    Description:  
 | 
			
		||||
 *
 | 
			
		||||
 *        Version:  1.0
 | 
			
		||||
 *        Created:  06/26/2012 09:08:41 AM
 | 
			
		||||
 *       Revision:  none
 | 
			
		||||
 *       Compiler:  gcc
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user