mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase the version number to 0.2
This commit is contained in:
parent
7e10157438
commit
76fa3f5351
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
|
||||
"version": {
|
||||
"name": "0.1",
|
||||
"name": "0.2",
|
||||
"desc": "HermitCore's kernel as libOS",
|
||||
"gpgSign": false
|
||||
},
|
||||
|
|
|
@ -198,10 +198,10 @@ set(CPACK_PACKAGE_NAME libhermit)
|
|||
set(CPACK_SYSTEM_NAME all)
|
||||
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 1)
|
||||
set(CPACK_PACKAGE_VERSION_MINOR 2)
|
||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
||||
|
||||
set(CPACK_PACKAGE_CONTACT "Daniel Krebs <github@daniel-krebs.net>")
|
||||
set(CPACK_PACKAGE_CONTACT "Stefan Lankes <slankes@eonerc.rwth-aachen.de>")
|
||||
|
||||
# build .deb, .rpm and .tar.bz2 packages
|
||||
set(CPACK_GENERATOR DEB;RPM;TBZ2)
|
||||
|
|
Loading…
Add table
Reference in a new issue