12 lines
142 B
C
12 lines
142 B
C
/*
|
|
* CORE
|
|
*
|
|
* version.h
|
|
*
|
|
*/
|
|
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#define CORE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
#endif /* _VERSION_H_ */
|