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

Skip to content
Snippets Groups Projects
Commit 00479cbd authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

update version number

parent 1fe1a895
No related branches found
Tags Build/v0.7.1.2108
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.2076")] [assembly: AssemblyVersion("0.2.0.2108")]
[assembly: AssemblyFileVersion("0.2.0.2076")] [assembly: AssemblyFileVersion("0.2.0.2108")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.7.0.2076")] [assembly: AssemblyVersion("0.7.1.2108")]
[assembly: AssemblyFileVersion("0.7.0.2076")] [assembly: AssemblyFileVersion("0.7.1.2108")]
\ 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.2076")] [assembly: AssemblyVersion("1.2.0.2108")]
[assembly: AssemblyFileVersion("1.2.0.2076")] [assembly: AssemblyFileVersion("1.2.0.2108")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.7.0.2076")] [assembly: AssemblyVersion("0.7.1.2108")]
[assembly: AssemblyFileVersion("0.7.0.2076")] [assembly: AssemblyFileVersion("0.7.1.2108")]
\ 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.7.0.2076")] [assembly: AssemblyVersion("0.7.1.2108")]
[assembly: AssemblyFileVersion("0.7.0.2076")] [assembly: AssemblyFileVersion("0.7.1.2108")]
...@@ -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.7.0.2076" + SUFFIX; return "0.7.1.2108" + SUFFIX;
} }
} }
......
...@@ -6,6 +6,6 @@ int GetBuildNumber() ...@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber() string GetVectoCoreVersionNumber()
{ {
return "0.7.0." + GetBuildNumber(); return "0.7.1." + GetBuildNumber();
} }
#> #>
\ No newline at end of file
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