Optibits
Loading...
Searching...
No Matches
Version.hpp
1#pragma once
2
3#include <string>
4
5#define OPTIBITS_MAJOR_VERSION 0
6#define OPTIBITS_MINOR_VERSION 0
7#define OPTIBITS_POINT_VERSION 1
8
9namespace Optibits
10{
12 extern const std::string VERSION;
13}