mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-06 03:28:58 +00:00
12 lines
239 B
C++
12 lines
239 B
C++
/**
|
|
* @copyright Utilitech AS 2023
|
|
* License: Fair Source
|
|
*
|
|
*/
|
|
|
|
#include "FirmwareVersion.h"
|
|
#include "generated_version.h"
|
|
|
|
long FirmwareVersion::BuildEpoch = BUILD_EPOCH;
|
|
const char* FirmwareVersion::VersionString = VERSION_STRING;
|