Bump version for new release.

This commit is contained in:
LoRd_MuldeR 2024-11-13 19:47:10 +01:00
parent d2644c0d04
commit fb5d990421
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 = "1"; public const string VERS_PATCH = "2";
} }
} }

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 1 #define LIB_VERSION_PATCH 2
#endif #endif