ScreenLockDetector/version.sh.in

17 lines
488 B
Bash

#!/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=@PROJECT_VERSION_MAJOR@
APP_VERSION_MINOR=@PROJECT_VERSION_MINOR@
APP_VERSION_PATCH=@PROJECT_VERSION_PATCH@
APP_VERSION="@PROJECT_VERSION@"
# Export for use in other scripts
export APP_VERSION_MAJOR
export APP_VERSION_MINOR
export APP_VERSION_PATCH
export APP_VERSION