File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# ITK version number. An even minor number corresponds to releases.
55SET (SMILX_VERSION_MAJOR "1" )
66SET (SMILX_VERSION_MINOR "0" )
7- SET (SMILX_VERSION_PATCH "0 " )
7+ SET (SMILX_VERSION_PATCH "2 " )
88SET (SMILX_VERSION_STRING "${SMILX_VERSION_MAJOR} .${SMILX_VERSION_MINOR} .${SMILX_VERSION_PATCH} " )
Original file line number Diff line number Diff 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 );
108108static const int minWindowSize = 256 ;
109109static const int maxAASamples = 2 ; // Anti-Aliasing
110110
Original file line number Diff line number Diff 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 );
6060static bool VerboseMode = true ;
6161
6262// Global Typedefs
You can’t perform that action at this time.
0 commit comments