Exosphere: Add API for retrieving versioning info.

This commit is contained in:
Michael Scire
2018-05-09 06:29:56 -06:00
parent bf94bf48d2
commit ba7d0c2cb6
6 changed files with 38 additions and 5 deletions

7
exosphere/src/version.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef EXOSPHERE_VERSION_H
#define EXOSPHERE_VERSION_H
#define EXOSPHERE_RELEASE_VERSION_MAJOR 0
#define EXOSPHERE_RELEASE_VERSION_MINOR 1
#endif