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

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

new VECTO release

parent 0b567f0c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
This diff is collapsed.
Documentation/VECTO-3.3.0.1398_FC-comparison.PNG

58 KiB

File added
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1250")]
[assembly: AssemblyFileVersion("0.2.0.1250")]
[assembly: AssemblyVersion("0.2.0.1398")]
[assembly: AssemblyFileVersion("0.2.0.1398")]
......@@ -8,11 +8,11 @@ Option 1: Compiling from the command-line
you can build VECTO using the following command:
"c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Release
"c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Release
or
"c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Debug
"c:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Vecto.sln /t:Build /p:Configuration=Debug
Option 2: Load the solution file in Visual Studio and compile VECTO.
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.0.1250")]
[assembly: AssemblyFileVersion("3.3.0.1250")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.0.1398")]
[assembly: AssemblyFileVersion("3.3.0.1398")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1250")]
[assembly: AssemblyFileVersion("1.2.0.1250")]
[assembly: AssemblyVersion("1.2.0.1398")]
[assembly: AssemblyFileVersion("1.2.0.1398")]
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.0.1250")]
[assembly: AssemblyFileVersion("3.3.0.1250")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.0.1398")]
[assembly: AssemblyFileVersion("3.3.0.1398")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.0.1250")]
[assembly: AssemblyFileVersion("3.3.0.1250")]
[assembly: AssemblyVersion("3.3.0.1398")]
[assembly: AssemblyFileVersion("3.3.0.1398")]
......@@ -33,10 +33,17 @@ namespace TUGraz.VectoCore.Utils
{
public static class VectoSimulationCore
{
#if RELEASE_CANDIDATE
private const string SUFFIX = "-RC";
#else
private const string SUFFIX = "";
#endif
public static string VersionNumber
{
get {
return "3.3.0.1250";
return "3.3.0.1398" + 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