mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-19 01:36:49 +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;
|