update: prep for 20.1

This commit is contained in:
Franco Fichtner 2020-01-21 13:39:52 +01:00
parent 0c800403bc
commit 0b07ff3641
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2015-2019 Franco Fichtner <franco@opnsense.org>
Copyright (c) 2015-2020 Franco Fichtner <franco@opnsense.org>
Copyright (c) 2012-2014 Baptiste Daroussin <bapt@FreeBSD.org>
Copyright (c) 2013 Bryan Drewery <bdrewery@FreeBSD.org>
All rights reserved.

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2015-2019 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2015-2020 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -42,7 +42,7 @@ KERNELDIR="/boot/kernel"
TEE="/usr/bin/tee -a"
PRODUCT="OPNsense"
PKG="pkg-static"
VERSION="19.7.7"
VERSION="20.1"
ORIGIN="/usr/local/etc/pkg/repos/${PRODUCT}.conf"
PENDINGDIR="${WORKPREFIX}/.sets.pending"