mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
13 lines
215 B
C
13 lines
215 B
C
/*
|
|
* patchlevel.h: Our life story.
|
|
*/
|
|
#ifndef _h_patchlevel
|
|
#define _h_patchlevel
|
|
|
|
#define ORIGIN "Astron"
|
|
#define REV 6
|
|
#define VERS 22
|
|
#define PATCHLEVEL 04
|
|
#define DATE "2021-04-26"
|
|
|
|
#endif /* _h_patchlevel */
|