Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Modules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
c967deb2
Commit
c967deb2
authored
Jul 17, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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 "+
hg
1234".
# SYNTAX: The version string always is 1.2.3 with an optional postfix of "+
git
1234".
# This is useful if building is done by scripts. If you want to automatically
# add the correct
HG revision, use only +hg
X without number.
# add the correct
Git revision, use only +git
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