2025-11-11 17:59:09 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
# Auto-generated version information from CMakeLists.txt
|
|
|
|
|
# DO NOT EDIT THIS FILE MANUALLY - Edit CMakeLists.txt instead
|
|
|
|
|
# This file is sourced by shell scripts to get version information
|
|
|
|
|
|
2025-11-11 21:14:12 +08:00
|
|
|
APP_VERSION_MAJOR=3
|
|
|
|
|
APP_VERSION_MINOR=0
|
2025-11-11 17:59:09 +08:00
|
|
|
APP_VERSION_PATCH=0
|
2025-11-11 21:14:12 +08:00
|
|
|
APP_VERSION="3.0.0"
|
2025-11-11 17:59:09 +08:00
|
|
|
|
|
|
|
|
# Export for use in other scripts
|
|
|
|
|
export APP_VERSION_MAJOR
|
|
|
|
|
export APP_VERSION_MINOR
|
|
|
|
|
export APP_VERSION_PATCH
|
|
|
|
|
export APP_VERSION
|