using System.Reflection; using System; namespace P4Connect { /// /// Version wrappers for P4Connect /// public class Version { public static string unityVersion = "2.7"; public static string perforceRelease = "2015.1.0.0"; // Copy this into the AssemblyInfo for P4Connect } }