mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
Change from 11 to 12-RELEASE
This commit is contained in:
@@ -28,8 +28,8 @@ include("ports.pyd")
|
||||
include("packages.pyd")
|
||||
|
||||
profile = {
|
||||
"name": "freenas11",
|
||||
"description": "FreeNAS 11",
|
||||
"name": "freenas12",
|
||||
"description": "FreeNAS 12",
|
||||
"owner": "dev@ixsystems.com",
|
||||
"status": "active"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MILESTONE = MILESTONE or "MASTER"
|
||||
FREEBSD_RELEASE_VERSION = "11.0-RELEASE"
|
||||
VERSION_NUMBER = "11.3"
|
||||
FREEBSD_RELEASE_VERSION = "12.0-RELEASE"
|
||||
VERSION_NUMBER = "12.0"
|
||||
FREENAS_ROOT = "${BE_ROOT}/freenas"
|
||||
SRC_ROOT = "${FREENAS_ROOT}/src"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user