Switching file versions to 0.9.4-dev

This commit is contained in:
Latif Khalifa
2015-07-06 20:21:11 +02:00
parent 6ac251b39c
commit 3421f412a1
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("OpenMetaverse")]
[assembly: AssemblyProduct("WinGridProxy")]
[assembly: AssemblyCopyright("Copyright © 2009 OpenMetaverse Ninjas")]
[assembly: AssemblyCopyright("Copyright © 2015 OpenMetaverse Ninjas")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.9.0.*")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.9.4.*")]
[assembly: AssemblyFileVersion("0.9.4.0")]