Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rcb0e2dc027adf7e0fbe803b82bb9945b82c556a5 -r7afdd47e30a761efd8ed08988f53337ea4e74ed6 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision cb0e2dc027adf7e0fbe803b82bb9945b82c556a5) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 7afdd47e30a761efd8ed08988f53337ea4e74ed6) @@ -38,6 +38,12 @@ const char *POST_LOG = "post.log"; // this file shall reside in the home folder where the application stored. + + // OS + const quint16 OS_VERSION_MAJOR = 0; // DIALITY_VERSION_ID="0.0.40" + const quint16 OS_VERSION_MINOR = 0; // DIALITY_VERSION_ID="0.0.40" + const quint16 OS_VERSION_MICRO = 40; // DIALITY_VERSION_ID="0.0.40" + // USB #ifdef BUILD_FOR_TARGET const char *USB_Mount_Point = "/media/usb/";