2013-08-29 15:21:13 +01:00
|
|
|
/*
|
|
|
|
* CORE
|
|
|
|
* Copyright (c)2012 the Boeing Company.
|
|
|
|
* See the LICENSE file included in this distribution.
|
|
|
|
*
|
|
|
|
* author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
|
|
|
|
*
|
|
|
|
* version.h
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#ifndef _VERSION_H_
|
|
|
|
#define _VERSION_H_
|
|
|
|
|
2018-03-13 23:20:50 +00:00
|
|
|
#define CORE_VERSION "@PACKAGE_VERSION@"
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
#endif /* _VERSION_H_ */
|