ScreenLockDetector/version.sh

17 lines
410 B
Bash
Raw Permalink Normal View History

#!/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
APP_VERSION_PATCH=0
2025-11-11 21:14:12 +08:00
APP_VERSION="3.0.0"
# Export for use in other scripts
export APP_VERSION_MAJOR
export APP_VERSION_MINOR
export APP_VERSION_PATCH
export APP_VERSION