Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

updating version suffix for this branch

parent 95574b8b
No related branches found
No related tags found
No related merge requests found
......@@ -35,19 +35,19 @@ namespace TUGraz.VectoCore.Utils
{
#if CERTIFICATION_RELEASE
private const string SUFFIX = "";
private const string SUFFIX = "-RoadSweepers";
#else
#if RELEASE_CANDIDATE
private const string SUFFIX = "-RC";
private const string SUFFIX = "-RoadSweepers-RC";
#else
private const string SUFFIX = "-DEV";
private const string SUFFIX = "-RoadSweepers-DEV";
#endif
#endif
public static string VersionNumber
{
get {
return "3.3.3.1639" + SUFFIX;
return "3.3.3.1652" + SUFFIX;
}
}
......
......@@ -38,12 +38,12 @@ namespace TUGraz.VectoCore.Utils
{
#if CERTIFICATION_RELEASE
private const string SUFFIX = "";
private const string SUFFIX = "-RoadSweepers";
#else
#if RELEASE_CANDIDATE
private const string SUFFIX = "-RC";
private const string SUFFIX = "-RoadSweepers-RC";
#else
private const string SUFFIX = "-DEV";
private const string SUFFIX = "-RoadSweepers-DEV";
#endif
#endif
......
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