mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
0ffd9caaed
Former-commit-id: 072e30433709380ffcb8e9ea1d658c1ebcb99f7d
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";
|
|
}
|
|
}
|