initial commit
This commit is contained in:
13
src/version.h
Normal file
13
src/version.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef VERSION_MAJOR
|
||||
#define VERSION_MAJOR 0
|
||||
#endif
|
||||
|
||||
#ifndef VERSION_MINOR
|
||||
#define VERSION_MINOR 0
|
||||
#endif
|
||||
|
||||
#ifndef VERSION_BUILD
|
||||
#define VERSION_BUILD 0
|
||||
#endif
|
||||
Reference in New Issue
Block a user