Change from 11 to 12-RELEASE

This commit is contained in:
William Grzybowski
2019-07-22 09:27:11 -03:00
parent 9835841312
commit bbe2610279
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
}

View File

@@ -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"