1
0
forked from firka/firka

Increment base build number

Since we rebased the commit count is smaller
This commit is contained in:
2025-10-12 15:50:53 +02:00
parent d4fe91860a
commit 0fd36de4a3
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -98,7 +98,7 @@ pipeline {
# Calculate version code based on git commits (same logic as build script)
COMMIT_COUNT=$(git rev-list --count HEAD)
BASE_BUILD_NUMBER=$((1000 + COMMIT_COUNT))
BASE_BUILD_NUMBER=$((1300 + COMMIT_COUNT))
if [ "$BRANCH_NAME" = "main" ]; then
# For main branch, highest version code is BASE + 3000 (x64 build)