Bump version for new release.
This commit is contained in:
parent
dd33db8fe0
commit
37c4beca01
@ -9,6 +9,6 @@ namespace com.muldersoft.slunkcrypt.gui.Properties
|
|||||||
{
|
{
|
||||||
public const string VERS_MAJOR = "1";
|
public const string VERS_MAJOR = "1";
|
||||||
public const string VERS_MINOR = "3";
|
public const string VERS_MINOR = "3";
|
||||||
public const string VERS_PATCH = "0";
|
public const string VERS_PATCH = "1";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
#define LIB_VERSION_MAJOR 1
|
#define LIB_VERSION_MAJOR 1
|
||||||
#define LIB_VERSION_MINOR 3
|
#define LIB_VERSION_MINOR 3
|
||||||
#define LIB_VERSION_PATCH 0
|
#define LIB_VERSION_PATCH 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user