cc698b4900
This is a bugfix release with no new features. A number of these fixes were previously merged into our tree. Sponsored by: DARPA, AFRL
14 lines
215 B
C
14 lines
215 B
C
/*
|
|
* patchlevel.h: Our life story.
|
|
*/
|
|
#ifndef _h_patchlevel
|
|
#define _h_patchlevel
|
|
|
|
#define ORIGIN "Astron"
|
|
#define REV 6
|
|
#define VERS 21
|
|
#define PATCHLEVEL 00
|
|
#define DATE "2019-05-08"
|
|
|
|
#endif /* _h_patchlevel */
|