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

Commit

Permalink
Version 2.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: David Wagner <[email protected]>
  • Loading branch information
dawagner committed Apr 14, 2015
1 parent 6d605e3 commit 9f0fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameter/ParameterMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class CParameterMgr : private CElement
// Version
static const uint32_t guiEditionMajor = 0x2;
static const uint32_t guiEditionMinor = 0x4;
static const uint32_t guiRevision = 0x2;
static const uint32_t guiRevision = 0x3;

// Parameter handle friendship
friend class CParameterHandle;
Expand Down

0 comments on commit 9f0fd1b

Please sign in to comment.