Version up to 4.0.99.0.

From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
This commit is contained in:
2017-12-30 09:09:49 +00:00
parent df4a8a1ad5
commit 923ed6673a
37 changed files with 1021 additions and 1021 deletions

View File

@@ -48,7 +48,7 @@ using System.Reflection;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.0.99.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.