summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/version.rs
blob: f02e2b5fda07078732b76b1d1f6a5310aa495fa5 (plain)
1
2
3
4
5
/// A string that identifies the current version of the application
pub const PRODUCT_VERSION: &str = include_str!(concat!(env!("OUT_DIR"), "/product-version.txt"));

/// Contains the date of the git commit this was built from
pub const COMMIT_DATE: &str = include_str!(concat!(env!("OUT_DIR"), "/git-commit-date.txt"));