Bump version for new release.

This commit is contained in:
LoRd_MuldeR 2024-06-08 16:06:32 +02:00
parent dd33db8fe0
commit 37c4beca01
Signed by: mulder
GPG Key ID: 2B5913365F57E03F
2 changed files with 2 additions and 2 deletions

View File

@ -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";
} }
} }

View File

@ -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