Adjust documentation

This commit is contained in:
johannesd3 2021-02-12 20:21:07 +01:00
parent 09e506ed66
commit 85be0d075a

View file

@ -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.