mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Set BASE=5.0
This commit is contained in:
parent
c12d4fdc56
commit
20ffc587ec
1 changed files with 2 additions and 2 deletions
|
|
@ -14,11 +14,11 @@
|
|||
# Set these, release builder!
|
||||
#
|
||||
# Fixed version:
|
||||
#BUILDNAME=4.0-RELEASE
|
||||
#BUILDNAME=5.0-RELEASE
|
||||
#
|
||||
# Automatic SNAP versioning:
|
||||
DATE != date +%Y%m%d
|
||||
BASE = 4.0
|
||||
BASE = 5.0
|
||||
BUILDNAME?=${BASE}-${DATE}-SNAP
|
||||
#
|
||||
#CHROOTDIR=/junk/release
|
||||
|
|
|
|||
Loading…
Reference in a new issue