17 lines
297 B
C
17 lines
297 B
C
|
/*
|
||
|
* 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_
|
||
|
|
||
|
#define CORE_VERSION "@CORE_VERSION@"
|
||
|
|
||
|
#endif /* _VERSION_H_ */
|