diff options
-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 4ae6fda..9c6d6fd 100644 --- a/parameter/ParameterMgr.h +++ b/parameter/ParameterMgr.h @@ -89,7 +89,7 @@ class CParameterMgr : private CElement // Version static const uint32_t guiEditionMajor = 0x2; static const uint32_t guiEditionMinor = 0x4; - static const uint32_t guiRevision = 0x0; + static const uint32_t guiRevision = 0x2; // Parameter handle friendship friend class CParameterHandle; |