mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace installtool
|
|
{
|
|
static public partial class Program
|
|
{
|
|
public const string VersionString = "1.8.3-dev";
|
|
}
|
|
}
|