mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
increase version number to 0.2.1
This commit is contained in:
parent
c7ce8fc81b
commit
c1ff763da3
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"version": {
|
"version": {
|
||||||
"name": "0.2",
|
"name": "0.2.1",
|
||||||
"desc": "HermitCore's kernel as libOS",
|
"desc": "HermitCore's kernel as libOS",
|
||||||
"gpgSign": false
|
"gpgSign": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set(PACKAGE_VERSION "0.2" CACHE STRING
|
set(PACKAGE_VERSION "0.2.1" CACHE STRING
|
||||||
"HermitCore current version")
|
"HermitCore current version")
|
||||||
|
|
||||||
set(MAX_CORES "512" CACHE STRING
|
set(MAX_CORES "512" CACHE STRING
|
||||||
|
|
Loading…
Add table
Reference in a new issue