Changeset 1341 for cpp/frams/config/version.h
- Timestamp:
- 05/06/25 23:08:08 (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/version.h
r1318 r1341 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 4Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2025 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 5 #define MAIN_REL_ID "5. 0"6 #define VERSION_INT 2 35 #define MAIN_REL_ID "5.2" 6 #define VERSION_INT 25 7 7 8 8 9 9 #ifdef IPHONE 10 10 // in the "About" window, display both MAIN_REL_ID and the version compatible with Apple's ideas about versioning 11 #define IOS_VERSION "5. 0.7" //for Apple, this can't be arbitrary text (like MAIN_REL_ID could be) as in some other platforms, so let's make it "Framsticks version (disregarding "rc", "beta" etc.)" + dot + "number increased on each release"11 #define IOS_VERSION "5.2" //for Apple, this can't be arbitrary text (like MAIN_REL_ID could be) as in some other platforms, so let's make it "Framsticks version (disregarding "rc", "beta" etc.)" + dot + "number increased on each release" 12 12 #define VERSION_FOR_MOBI_ABOUT IOS_VERSION "<br><small>(Framsticks " MAIN_REL_ID ")</small>" //...but still display the true internal Framsticks version 13 13 #else
Note: See TracChangeset
for help on using the changeset viewer.