mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Introduce separate version number for Subsurface-mobile
This is hard coded in version.cmake for now. The intent is to go to 1.0 in the first release version and to increment from there whenever we create an update. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5aa94578f7
commit
d42b7f55c4
6 changed files with 15 additions and 2 deletions
|
@ -9,3 +9,10 @@ const char *subsurface_canonical_version(void)
|
|||
{
|
||||
return CANONICAL_VERSION_STRING;
|
||||
}
|
||||
|
||||
#ifdef SUBSURFACE_MOBILE
|
||||
const char *subsurface_mobile_version(void)
|
||||
{
|
||||
return MOBILE_VERSION_STRING;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue