summaryrefslogtreecommitdiff
path: root/Analizator9000
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-03-29 18:31:16 +0000
committeremkael <emkael@tlen.pl>2015-03-29 18:31:16 +0000
commitc7955aa1889033a904d6c20988d126b0a61589fa (patch)
tree99d5f6f053341beb53702efa33c3d36ea86a05f7 /Analizator9000
parent63a48854138aed5e13c62e2a5c8b5ad5dd5a74c4 (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.csproj2
-rw-r--r--Analizator9000/Analizator9000/Properties/AssemblyInfo.cs6
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")]