From c967deb2077151c46ae436d6c19a7808a10a697e Mon Sep 17 00:00:00 2001 From: Alexander Wiebel Date: Mon, 17 Jul 2017 20:48:59 +0200 Subject: [PATCH] [CHANGE #405] adapted VERSION files to migration from hg to git --- EducationalToolbox/VERSION | 12 +++++++----- FiberClusteringToolbox/VERSION | 12 +++++++----- FiberStippleToolbox/VERSION | 12 +++++++----- LiDARToolbox/VERSION | 10 ++++++---- MyOpenWalnutToolbox/VERSION | 12 +++++++----- TransferCalcToolbox/VERSION | 12 +++++++----- Unmaintained/VERSION | 12 +++++++----- 7 files changed, 48 insertions(+), 34 deletions(-) diff --git a/EducationalToolbox/VERSION b/EducationalToolbox/VERSION index 4f91f57..b704a38 100644 --- a/EducationalToolbox/VERSION +++ b/EducationalToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=1.0.0 diff --git a/FiberClusteringToolbox/VERSION b/FiberClusteringToolbox/VERSION index 4f91f57..42d88ab 100644 --- a/FiberClusteringToolbox/VERSION +++ b/FiberClusteringToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=0.1.0+gitX diff --git a/FiberStippleToolbox/VERSION b/FiberStippleToolbox/VERSION index 4f91f57..42d88ab 100644 --- a/FiberStippleToolbox/VERSION +++ b/FiberStippleToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=0.1.0+gitX diff --git a/LiDARToolbox/VERSION b/LiDARToolbox/VERSION index dbc670a..6c3004a 100644 --- a/LiDARToolbox/VERSION +++ b/LiDARToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: VERSION=0.5.0 diff --git a/MyOpenWalnutToolbox/VERSION b/MyOpenWalnutToolbox/VERSION index 4f91f57..42d88ab 100644 --- a/MyOpenWalnutToolbox/VERSION +++ b/MyOpenWalnutToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=0.1.0+gitX diff --git a/TransferCalcToolbox/VERSION b/TransferCalcToolbox/VERSION index 4f91f57..42d88ab 100644 --- a/TransferCalcToolbox/VERSION +++ b/TransferCalcToolbox/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=0.1.0+gitX diff --git a/Unmaintained/VERSION b/Unmaintained/VERSION index 4f91f57..42d88ab 100644 --- a/Unmaintained/VERSION +++ b/Unmaintained/VERSION @@ -2,9 +2,9 @@ # used and parsed. This file has to be here everytime. The VERSION needs to be # set properly or CMake will fail. # -# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+hg1234". +# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+git1234". # This is useful if building is done by scripts. If you want to automatically -# add the correct HG revision, use only +hgX without number. +# add the correct Git revision, use only +gitX without number. # # IMPORTANT: If you modify the file, cmake re-creates the version header. But # it is not able to set all library version. Please re-run cmake if @@ -13,6 +13,8 @@ # NOTE: do not add a space after #. The current CMake script will fail. # Examples: #VERSION=1.2.0 -#VERSION=1.2.0+hgX -> replaces the X with the current revision number -#VERSUIB=1.2.0+hg1234 -> here, revision number was set by the build scripts for example. -VERSION=0.1.0+hgX +#VERSION=1.2.0+gitX -> replaces the X with the current revision number +#VERSION=1.2.0+git1234 -> here, revision number was set by the build scripts for example. + +# The current version string: +VERSION=0.1.0+gitX -- GitLab