Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace dcn
4{
5 const short int MAJOR_VERSION = 0;
6 const short int MINOR_VERSION = 0;
7 const short int PATCH_VERSION = 1;
8}
Definition decentralised_art.hpp:30
const short int MAJOR_VERSION
Definition version.hpp:5
const short int MINOR_VERSION
Definition version.hpp:6
const short int PATCH_VERSION
Definition version.hpp:7