Index: sources/storage/StorageGlobals.h =================================================================== diff -u -rcb0e2dc027adf7e0fbe803b82bb9945b82c556a5 -r7afdd47e30a761efd8ed08988f53337ea4e74ed6 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision cb0e2dc027adf7e0fbe803b82bb9945b82c556a5) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 7afdd47e30a761efd8ed08988f53337ea4e74ed6) @@ -27,6 +27,12 @@ // POST extern const char *POST_LOG; + + // OS VERSION + extern const quint16 OS_VERSION_MAJOR; + extern const quint16 OS_VERSION_MINOR; + extern const quint16 OS_VERSION_MICRO; + // USB extern const char *USB_Mount_Point; extern const char *USB_File_System;