Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 3f4098fd authored by Harald Martini's avatar Harald Martini
Browse files

version update

parent 79f4006a
No related branches found
No related tags found
No related merge requests found
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2673")] [assembly: AssemblyVersion("0.2.0.2678")]
[assembly: AssemblyFileVersion("0.2.0.2673")] [assembly: AssemblyFileVersion("0.2.0.2678")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.8.1.2673")] [assembly: AssemblyVersion("0.8.1.2678")]
[assembly: AssemblyFileVersion("0.8.1.2673")] [assembly: AssemblyFileVersion("0.8.1.2678")]
\ 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.2673")] [assembly: AssemblyVersion("1.2.0.2678")]
[assembly: AssemblyFileVersion("1.2.0.2673")] [assembly: AssemblyFileVersion("1.2.0.2678")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.8.1.2673")] [assembly: AssemblyVersion("0.8.1.2678")]
[assembly: AssemblyFileVersion("0.8.1.2673")] [assembly: AssemblyFileVersion("0.8.1.2678")]
...@@ -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.8.1.2673" + SUFFIX; return "0.8.1.2678" + SUFFIX;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment