diff options
author | emkael <emkael@tlen.pl> | 2015-03-29 18:31:16 +0000 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-03-29 18:31:16 +0000 |
commit | c7955aa1889033a904d6c20988d126b0a61589fa (patch) | |
tree | 99d5f6f053341beb53702efa33c3d36ea86a05f7 /Analizator9000 | |
parent | 63a48854138aed5e13c62e2a5c8b5ad5dd5a74c4 (diff) |
* bumped version to 0.10.2
git-svn-id: https://svn.emkael.info/an9k@57 05ec0d5d-773b-4d93-9e23-c81a7ac79feb
Diffstat (limited to 'Analizator9000')
-rw-r--r-- | Analizator9000/Analizator9000/Analizator9000.csproj | 2 | ||||
-rw-r--r-- | Analizator9000/Analizator9000/Properties/AssemblyInfo.cs | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Analizator9000/Analizator9000/Analizator9000.csproj b/Analizator9000/Analizator9000/Analizator9000.csproj index d3d4d48..ee54d25 100644 --- a/Analizator9000/Analizator9000/Analizator9000.csproj +++ b/Analizator9000/Analizator9000/Analizator9000.csproj @@ -29,7 +29,7 @@ <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <ApplicationVersion>0.10.2.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
diff --git a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs index 57a15b5..0d40a6b 100644 --- a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs +++ b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Analizator9000")]
-[assembly: AssemblyCopyright("Copyright © Michał Klichowicz 2012-2014")]
+[assembly: AssemblyCopyright("Copyright © Michał Klichowicz 2012-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -33,6 +33,6 @@ 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.10.0.0")]
-[assembly: AssemblyFileVersion("0.10.0.0")]
+[assembly: AssemblyVersion("0.10.2.0")]
+[assembly: AssemblyFileVersion("0.10.2.0")]
[assembly: NeutralResourcesLanguageAttribute("pl-PL")]
|