ScreenLockDetector/version.sh

17 lines
410 B
Bash
Raw 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
APP_VERSION_MAJOR=1
APP_VERSION_MINOR=3
APP_VERSION_PATCH=0
APP_VERSION="1.3.0"
# Export for use in other scripts
export APP_VERSION_MAJOR
export APP_VERSION_MINOR
export APP_VERSION_PATCH
export APP_VERSION