mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 10:22:33 +00:00
13 lines
296 B
C
13 lines
296 B
C
//
|
|
// Created by stephane bourque on 2021-12-06.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace OW_VERSION {
|
|
inline static const std::string VERSION{"@CMAKE_PROJECT_VERSION@"};
|
|
inline static const std::string BUILD{"@BUILD_NUM@"};
|
|
inline static const std::string HASH{"@GIT_HASH@"};
|
|
} |