From fb5d99042166fd74045c6cb7f7435101c5f1d771 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 13 Nov 2024 19:47:10 +0100 Subject: [PATCH] Bump version for new release. --- gui/Properties/_Version.cs | 2 +- libslunkcrypt/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/Properties/_Version.cs b/gui/Properties/_Version.cs index aa07c62..4c44229 100644 --- a/gui/Properties/_Version.cs +++ b/gui/Properties/_Version.cs @@ -9,6 +9,6 @@ namespace com.muldersoft.slunkcrypt.gui.Properties { public const string VERS_MAJOR = "1"; public const string VERS_MINOR = "3"; - public const string VERS_PATCH = "1"; + public const string VERS_PATCH = "2"; } } diff --git a/libslunkcrypt/src/version.h b/libslunkcrypt/src/version.h index 094b007..41c6a22 100644 --- a/libslunkcrypt/src/version.h +++ b/libslunkcrypt/src/version.h @@ -8,6 +8,6 @@ #define LIB_VERSION_MAJOR 1 #define LIB_VERSION_MINOR 3 -#define LIB_VERSION_PATCH 1 +#define LIB_VERSION_PATCH 2 #endif