diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-09 12:00:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:38:18 +0200 |
commit | 7153c169178dafd4823858ac5117066fbceba640 (patch) | |
tree | 351a62d4330b57c616079e1492ae6063e70fb442 /scripts/make-version-file | |
parent | cfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff) | |
download | vyos-build-7153c169178dafd4823858ac5117066fbceba640.tar.gz vyos-build-7153c169178dafd4823858ac5117066fbceba640.zip |
Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'scripts/make-version-file')
-rwxr-xr-x | scripts/make-version-file | 2 |
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" |