using System.Reflection; using System; namespace P4Connect { /// /// Version wrappers for P4Connect /// public static class Version { public static string unityVersion = "2.7"; public static string perforceRelease = "2015.1.0.0"; // Copy this into the AssemblyInfo for P4Connect public static string branch = "beta"; public static string build = branch + " $Change: 12088 $" ; } }