mirror of
https://github.com/truenas/core-build.git
synced 2026-02-14 23:28:44 +00:00
Fix version identifiers for TrueNAS 13.3 (#317)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MILESTONE = MILESTONE or "MASTER"
|
||||
FREEBSD_RELEASE_VERSION = "13.2-RELEASE"
|
||||
VERSION_NUMBER = "13.1"
|
||||
FREEBSD_RELEASE_VERSION = "13.3-RELEASE"
|
||||
VERSION_NUMBER = "13.3"
|
||||
FREENAS_ROOT = "${BE_ROOT}/freenas"
|
||||
SRC_ROOT = "${FREENAS_ROOT}/src"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ repos += {
|
||||
"name": "webui",
|
||||
"path": "webui",
|
||||
"url": "http://github.com/freenas/webui.git",
|
||||
"branch": "truenas/13.1-stable"
|
||||
"branch": "truenas/13.3-stable"
|
||||
}
|
||||
|
||||
repos += {
|
||||
|
||||
Reference in New Issue
Block a user