Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r6e80ef971f83e73b2972b8ec38213f603eef31ff -r7afdd47e30a761efd8ed08988f53337ea4e74ed6 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 6e80ef971f83e73b2972b8ec38213f603eef31ff) +++ 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/"; @@ -158,8 +164,7 @@ const char *Brightness_Get = "brightness_get.sh"; // Root SSH - const char *RootSSHAccess_Set = "rootsshaccess_set.sh"; - const char *RootSSHAccess_Get = "rootsshaccess_get.sh"; + const char *RootSSHAccess = "rootsshaccess.sh"; // Bluetooth const char *Bluetooth_Paired_Reset = "bluetooth_paired_clear.sh";