1
0
forked from mirrors/0ad

Switch main branch to Release 29

This commit is contained in:
phosit
2025-11-27 19:13:48 +01:00
parent d14ee373bf
commit b67faf35c3
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ pipeline {
}
parameters {
string(name: 'BUNDLE_VERSION', defaultValue: '0.28.0dev', description: 'Bundle Version')
string(name: 'BUNDLE_VERSION', defaultValue: '0.29.0dev', description: 'Bundle Version')
string(name: 'NIGHTLY_REVISION', defaultValue: 'HEAD', description: 'Nightly SVN revision from which to build the bundles')
booleanParam(name: 'PATCH_BUILD', defaultValue: false, description: 'Apply patch generated from upstream job patch-release onto the nightly build')
booleanParam(name: 'DO_GZIP', defaultValue: true, description: 'Create .gz unix tarballs as well as .xz')