diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:06:08 +0100 |
commit | 6987aa10a600a2d1b0d498607ebaafc799739aaa (patch) | |
tree | dbea4c06d84d86a14a75a0dd13a2cae3530bbb8b /scripts/make-version-file | |
parent | 5207b6f510d67762eb7ae9d5394c68ded65d7905 (diff) | |
parent | b4a10607bb847c08d91f1ab28485db78feca7597 (diff) | |
download | vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.tar.gz vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.zip |
Merge pull request #306 from sarthurdev/bookworm
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
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 84d82877..a5d94a65 100755 --- a/scripts/make-version-file +++ b/scripts/make-version-file @@ -108,7 +108,7 @@ PRETTY_NAME="VyOS {version} ({build_config['release_train']})" NAME="VyOS" VERSION_ID="{version}" VERSION="{version} ({build_config['release_train']})" -VERSION_CODENAME=bullseye +VERSION_CODENAME=bookworm ID=vyos HOME_URL="https://vyos.io" SUPPORT_URL="https://support.vyos.io" |