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

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Wagner <[email protected]>
  • Loading branch information
dawagner committed May 28, 2015
1 parent 58abe27 commit 4fa9af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parameter/ParameterMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class CParameterMgr : private CElement
};
// Version
static const uint32_t guiEditionMajor = 0x2;
static const uint32_t guiEditionMinor = 0x4;
static const uint32_t guiRevision = 0x3;
static const uint32_t guiEditionMinor = 0x5;
static const uint32_t guiRevision = 0x0;

// Parameter handle friendship
friend class CParameterHandle;
Expand Down

0 comments on commit 4fa9af0

Please sign in to comment.