Skip to content

Commit c41e85d

Browse files
committed
Incremented version numbers appropriately.
1 parent 0fdb6b8 commit c41e85d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# ITK version number. An even minor number corresponds to releases.
55
SET(SMILX_VERSION_MAJOR "1")
66
SET(SMILX_VERSION_MINOR "0")
7-
SET(SMILX_VERSION_PATCH "0")
7+
SET(SMILX_VERSION_PATCH "2")
88
SET(SMILX_VERSION_STRING "${SMILX_VERSION_MAJOR}.${SMILX_VERSION_MINOR}.${SMILX_VERSION_PATCH}")

include/Qt/milxQtAliases.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The export command is
104104
#define MILXQT_PLUGIN_TEMPLATEDLL
105105
#endif
106106

107-
static const float milxQtVersion = static_cast<float>(1.01);
107+
static const float milxQtVersion = static_cast<float>(1.02);
108108
static const int minWindowSize = 256;
109109
static const int maxAASamples = 2; //Anti-Aliasing
110110

include/milxGlobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace milx
5656
*/
5757
//@{
5858
//Global Constants
59-
const float Version = static_cast<float>(1.0);
59+
const float Version = static_cast<float>(1.01);
6060
static bool VerboseMode = true;
6161

6262
//Global Typedefs

0 commit comments

Comments
 (0)