forked from Green-Sky/tomato
add version follows versioning similar to SDL
odd patch is dev version
This commit is contained in:
8
src/version.hpp.in
Normal file
8
src/version.hpp.in
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define TOMATO_VERSION_MAJOR @tomato_VERSION_MAJOR@
|
||||
#define TOMATO_VERSION_MINOR @tomato_VERSION_MINOR@
|
||||
#define TOMATO_VERSION_PATCH @tomato_VERSION_PATCH@
|
||||
|
||||
#define TOMATO_VERSION_STR "@tomato_VERSION_MAJOR@.@tomato_VERSION_MINOR@.@tomato_VERSION_PATCH@"
|
||||
|
||||
Reference in New Issue
Block a user