diff --git a/BahaTurret/Distribution/GameData/BDArmory/BDArmory.version b/BahaTurret/Distribution/GameData/BDArmory/BDArmory.version index e81c1c618..ea17d10b1 100644 --- a/BahaTurret/Distribution/GameData/BDArmory/BDArmory.version +++ b/BahaTurret/Distribution/GameData/BDArmory/BDArmory.version @@ -13,24 +13,24 @@ "MAJOR":0, "MINOR":2, "PATCH":0, - "BUILD":0 + "BUILD":99 }, "KSP_VERSION": { "MAJOR":1, "MINOR":2, - "PATCH":2 + "PATCH":9 }, "KSP_VERSION_MIN": { "MAJOR":1, "MINOR":2, - "PATCH":0 + "PATCH":9 }, "KSP_VERSION_MAX": { "MAJOR":1, "MINOR":2, - "PATCH":2 + "PATCH":9 } -} \ No newline at end of file +} diff --git a/BahaTurret/Properties/AssemblyInfo.cs b/BahaTurret/Properties/AssemblyInfo.cs index 1927223f4..b52b8cc24 100644 --- a/BahaTurret/Properties/AssemblyInfo.cs +++ b/BahaTurret/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] +[assembly: AssemblyVersion("0.2.0.99")] +[assembly: AssemblyFileVersion("0.2.0.99")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. @@ -29,4 +29,4 @@ //ksp assembly -[assembly: KSPAssembly("BahaTurret", 1, 0)] \ No newline at end of file +[assembly: KSPAssembly("BahaTurret", 1, 0)]