Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
deeca7c3
Commit
deeca7c3
authored
Jul 18, 2012
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] version string fix. Lintian does not complain about them anymore
parent
90bc6760
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
VERSION
VERSION
+1
-1
tools/cmake/OpenWalnutUtils.cmake
tools/cmake/OpenWalnutUtils.cmake
+1
-1
tools/release/owrelease
tools/release/owrelease
+1
-1
tools/release/packaging/debian/rules
tools/release/packaging/debian/rules
+2
-2
No files found.
VERSION
View file @
deeca7c3
...
...
@@ -23,4 +23,4 @@
# systems refuse to accept these arbitrary version strings.
# The current version string:
VERSION=1.3.0rc1+hgX
VERSION=1.3.0
~
rc1+hgX
tools/cmake/OpenWalnutUtils.cmake
View file @
deeca7c3
...
...
@@ -535,7 +535,7 @@ FUNCTION( GET_VERSION_STRING _version _api_version )
# Read the version file
FILE
(
READ
${
OW_VERSION_FILENAME
}
OW_VERSION_FILE_CONTENT
)
# The first regex will mathc
STRING
(
REGEX REPLACE
".*[^#]VERSION=([0-9]+
\\
.[0-9]+
\\
.[0-9]+[_a-z,A-Z,0-9]*(
\\
+hgX?[0-9]*)?).*"
"
\\
1"
OW_VERSION_FILE
${
OW_VERSION_FILE_CONTENT
}
)
STRING
(
REGEX REPLACE
".*[^#]VERSION=([0-9]+
\\
.[0-9]+
\\
.[0-9]+[_
~
a-z,A-Z,0-9]*(
\\
+hgX?[0-9]*)?).*"
"
\\
1"
OW_VERSION_FILE
${
OW_VERSION_FILE_CONTENT
}
)
STRING
(
COMPARE EQUAL
${
OW_VERSION_FILE
}
${
OW_VERSION_FILE_CONTENT
}
OW_VERSION_FILE_INVALID
)
IF
(
OW_VERSION_FILE_INVALID
)
UNSET
(
OW_VERSION_FILE
)
...
...
tools/release/owrelease
View file @
deeca7c3
...
...
@@ -32,7 +32,7 @@
VERSION_BASE
=
1.3.0
# Any additonal tags?
VERSION_TAGS
=
rc1
VERSION_TAGS
=
"~rc1"
# Should the package number contain the HG revision?
VERSION_INCLUDE_HG
=
1
...
...
tools/release/packaging/debian/rules
View file @
deeca7c3
...
...
@@ -11,9 +11,9 @@
override_dh_auto_build
:
# Invoke standard build mechanism.
dh_auto_build
#
dh_auto_build
# Enable this if you have a multi-core machine and are debugging the debian packages. Disable again for upload.
#
dh_auto_build -- -j10
dh_auto_build
--
-j10
# build the core api documentation too
dh_auto_build
--
core_devdoc
...
...
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