OSDN Git Service

Bump version for new release. 1.3.1
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 8 Jun 2024 14:06:32 +0000 (16:06 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 8 Jun 2024 15:13:40 +0000 (17:13 +0200)
gui/Properties/_Version.cs
libslunkcrypt/src/version.h

index e406c65..aa07c62 100644 (file)
@@ -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 = "0";
+        public const string VERS_PATCH = "1";
     }
 }
index d6068ae..094b007 100644 (file)
@@ -8,6 +8,6 @@
 
 #define LIB_VERSION_MAJOR 1
 #define LIB_VERSION_MINOR 3
-#define LIB_VERSION_PATCH 0
+#define LIB_VERSION_PATCH 1
 
 #endif