Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 3fe47d0

Browse files
committed
Version 2.4.2
Signed-off-by: David Wagner <[email protected]>
1 parent 941181a commit 3fe47d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameter/ParameterMgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class CParameterMgr : private CElement
8989
// Version
9090
static const uint32_t guiEditionMajor = 0x2;
9191
static const uint32_t guiEditionMinor = 0x4;
92-
static const uint32_t guiRevision = 0x0;
92+
static const uint32_t guiRevision = 0x2;
9393

9494
// Parameter handle friendship
9595
friend class CParameterHandle;

0 commit comments

Comments
 (0)