2022-09-29 00:57:03 +02:00
|
|
|
|
/******************************************************************************/
|
|
|
|
|
/* SlunkCrypt, by LoRd_MuldeR <MuldeR2@GMX.de> */
|
|
|
|
|
/* This work has been released under the CC0 1.0 Universal license! */
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
|
|
namespace com.muldersoft.slunkcrypt.gui.Properties
|
|
|
|
|
{
|
|
|
|
|
internal static class _Version
|
|
|
|
|
{
|
|
|
|
|
public const string VERS_MAJOR = "1";
|
2022-10-15 18:32:54 +02:00
|
|
|
|
public const string VERS_MINOR = "3";
|
2024-11-13 19:47:10 +01:00
|
|
|
|
public const string VERS_PATCH = "2";
|
2022-09-29 00:57:03 +02:00
|
|
|
|
}
|
|
|
|
|
}
|