Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
c967deb2
Commit
c967deb2
authored
Jul 17, 2017
by
Alexander Wiebel
Browse files
[CHANGE #405] adapted VERSION files to migration from hg to git
parent
798f50ee
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
48 additions
and
34 deletions
+48
-34
EducationalToolbox/VERSION
EducationalToolbox/VERSION
+7
-5
FiberClusteringToolbox/VERSION
FiberClusteringToolbox/VERSION
+7
-5
FiberStippleToolbox/VERSION
FiberStippleToolbox/VERSION
+7
-5
LiDARToolbox/VERSION
LiDARToolbox/VERSION
+6
-4
MyOpenWalnutToolbox/VERSION
MyOpenWalnutToolbox/VERSION
+7
-5
TransferCalcToolbox/VERSION
TransferCalcToolbox/VERSION
+7
-5
Unmaintained/VERSION
Unmaintained/VERSION
+7
-5
No files found.
EducationalToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
FiberClusteringToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
FiberStippleToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
LiDARToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
MyOpenWalnutToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
TransferCalcToolbox/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
Unmaintained/VERSION
View file @
c967deb2
...
...
@@ -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 "+
h
g1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+g
it
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
H
G revision, use only +
h
gX without number.
# add the correct G
it
revision, use only +g
it
X 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment