updated rev

This commit is contained in:
Ken Martin 2002-06-05 13:30:54 -04:00
parent 8cf291110f
commit 11cff6ef6a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 1;}
static unsigned int GetMinorVersion() { return 3;}
static unsigned int GetMinorVersion() { return 5;}
static const char *GetReleaseVersion() { return "development";}
/**