summaryrefslogtreecommitdiff
path: root/scripts/make-version-file
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-20 20:39:34 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-20 20:39:34 +0200
commitf6a22713708902cb564ceda50cd8a393fdfb84f0 (patch)
tree6771cc3bd21b1b523f246d19e4974f957c4a768d /scripts/make-version-file
parentcfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff)
parentaa73538c199c60ccf7528f2b00c2c762c2a5c6f5 (diff)
downloadvyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.tar.gz
vyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.zip
Merge branch 'debian-bullseye' into current
* debian-bullseye: T3641: hooks: use Python3 interpreter vmware: tools.conf is now provided via vyos-1x-vmware package Docker: T3641: add libiptc-dev build time dependency required by strongSwan FRR: T3641: fix package build on Bullseye (workaround) Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0 Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'scripts/make-version-file')
-rwxr-xr-xscripts/make-version-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-version-file b/scripts/make-version-file
index e35dfd8b..04e27c44 100755
--- a/scripts/make-version-file
+++ b/scripts/make-version-file
@@ -105,7 +105,7 @@ PRETTY_NAME="VyOS {version} ({build_config['release_train']})"
NAME="VyOS"
VERSION_ID="{version}"
VERSION="{version} ({build_config['release_train']})"
-VERSION_CODENAME=buster
+VERSION_CODENAME=bullseye
ID=vyos
HOME_URL="https://vyos.io"
SUPPORT_URL="https://support.vyos.io"