#!/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=3 APP_VERSION_MINOR=0 APP_VERSION_PATCH=0 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