Bump version information to v0.30

This commit is contained in:
baldurk
2016-05-08 20:52:56 +02:00
parent 3ba4ea4cd1
commit 36468bb666
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.29.0.0")]
[assembly: AssemblyFileVersion("0.29.0.0")]
[assembly: AssemblyVersion("0.30.0.0")]
[assembly: AssemblyFileVersion("0.30.0.0")]
// this can be replaced with the git hash of the commit being built from e.g. in a script
[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]