mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-20 10:24:22 +00:00
5 lines
131 B
Rust
5 lines
131 B
Rust
include!(concat!(env!("OUT_DIR"), "/version.rs"));
|
|
|
|
pub fn version_string() -> String {
|
|
format!("librespot-{}", short_sha())
|
|
}
|