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