Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 2e35f722 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

updating version number, new build for distribution

parent 042c3e04
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1975")] [assembly: AssemblyVersion("0.2.0.2058")]
[assembly: AssemblyFileVersion("0.2.0.1975")] [assembly: AssemblyFileVersion("0.2.0.2058")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")] [assembly: AssemblyVersion("0.6.2.2058")]
[assembly: AssemblyFileVersion("0.6.1.1975")] [assembly: AssemblyFileVersion("0.6.2.2058")]
\ No newline at end of file \ No newline at end of file
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1975")] [assembly: AssemblyVersion("1.2.0.2058")]
[assembly: AssemblyFileVersion("1.2.0.1975")] [assembly: AssemblyFileVersion("1.2.0.2058")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")] [assembly: AssemblyVersion("0.6.2.2058")]
[assembly: AssemblyFileVersion("0.6.1.1975")] [assembly: AssemblyFileVersion("0.6.2.2058")]
\ No newline at end of file \ No newline at end of file
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.6.1.1975")] [assembly: AssemblyVersion("0.6.2.2058")]
[assembly: AssemblyFileVersion("0.6.1.1975")] [assembly: AssemblyFileVersion("0.6.2.2058")]
...@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils ...@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber public static string VersionNumber
{ {
get { get {
return "0.6.1.1975" + SUFFIX; return "0.6.2.2058" + SUFFIX;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment