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

Commit c7efe27

Browse files
committed
Version 3.2.1
Signed-off-by: David Wagner <[email protected]>
1 parent 7ab5e95 commit c7efe27

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
@@ -82,7 +82,7 @@ class CParameterMgr : private CElement
8282
// Version
8383
static const uint32_t guiEditionMajor = 3;
8484
static const uint32_t guiEditionMinor = 2;
85-
static const uint32_t guiRevision = 0;
85+
static const uint32_t guiRevision = 1;
8686

8787
// Parameter handle friendship
8888
friend class ElementHandle;

0 commit comments

Comments
 (0)