mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
remove typos
This commit is contained in:
parent
7b9d1756d9
commit
8476f9ca50
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
"subject": "rwth-os",
|
||||
"website_url": "http://www.hermitcore.org",
|
||||
"issue_tracker_url": "https://github.com/RWTH-OS/HermitCore/issues",
|
||||
"vcs_url": "https://github.com/RWTH-OS/pthread-embedded.git",
|
||||
"vcs_url": "https://github.com/RWTH-OS/HermitCore.git",
|
||||
"github_release_notes_file": "RELEASE",
|
||||
"licenses": ["Revised BSD"],
|
||||
"public_download_numbers": false,
|
||||
|
@ -28,7 +28,7 @@
|
|||
"deb_architecture": "amd64",
|
||||
"override": 1}
|
||||
},
|
||||
{"includePattern": "build/(libhermit[^/]*rpm$)", "uploadPattern": "$1", "override": 1}
|
||||
{"includePattern": "build/(libhermit[^/]*rpm$)", "uploadPattern": "$1", "override": 1},
|
||||
{"includePattern": "build/(libhermit[^/]*tar.bz2$)", "uploadPattern": "$1", "override": 1}
|
||||
],
|
||||
"publish": true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set(PACKAGE_VERSION "0.1" CACHE STRING
|
||||
set(PACKAGE_VERSION "0.2" CACHE STRING
|
||||
"HermitCore current version")
|
||||
|
||||
set(MAX_CORES "512" CACHE STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue