diff options
Diffstat (limited to 'parameter')
-rw-r--r-- | parameter/ParameterMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ParameterMgr.h b/parameter/ParameterMgr.h index 0ff0272..9e4a3fb 100644 --- a/parameter/ParameterMgr.h +++ b/parameter/ParameterMgr.h @@ -88,7 +88,7 @@ class CParameterMgr : private CElement }; // Version static const uint32_t guiEditionMajor = 0x2; - static const uint32_t guiEditionMinor = 0x2; + static const uint32_t guiEditionMinor = 0x3; static const uint32_t guiRevision = 0x0; // Parameter handle friendship |