We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab5e95 commit c7efe27Copy full SHA for c7efe27
1 file changed
parameter/ParameterMgr.h
@@ -82,7 +82,7 @@ class CParameterMgr : private CElement
82
// Version
83
static const uint32_t guiEditionMajor = 3;
84
static const uint32_t guiEditionMinor = 2;
85
- static const uint32_t guiRevision = 0;
+ static const uint32_t guiRevision = 1;
86
87
// Parameter handle friendship
88
friend class ElementHandle;
0 commit comments