mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Adjust documentation
This commit is contained in:
parent
09e506ed66
commit
85be0d075a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/// Version string of the form "librespot-<sha>"
|
||||
pub const VERSION_STRING: &str = concat!("librespot-", env!("VERGEN_SHA_SHORT"));
|
||||
|
||||
/// Generate a timstamp string representing now (UTC).
|
||||
/// Generate a timestamp string representing the build date (UTC).
|
||||
pub const BUILD_DATE: &str = env!("VERGEN_BUILD_DATE");
|
||||
|
||||
/// Short sha of the latest git commit.
|
||||
|
|
Loading…
Reference in a new issue