mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Update vergen
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
2718d22c31
commit
ae8387af1d
4 changed files with 25 additions and 110 deletions
|
@ -1,11 +1,11 @@
|
|||
/// Version string of the form "librespot-<sha>"
|
||||
pub const VERSION_STRING: &str = concat!("librespot-", env!("VERGEN_GIT_SHA_SHORT"));
|
||||
pub const VERSION_STRING: &str = concat!("librespot-", env!("VERGEN_GIT_SHA"));
|
||||
|
||||
/// 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.
|
||||
pub const SHA_SHORT: &str = env!("VERGEN_GIT_SHA_SHORT");
|
||||
pub const SHA_SHORT: &str = env!("VERGEN_GIT_SHA");
|
||||
|
||||
/// Date of the latest git commit.
|
||||
pub const COMMIT_DATE: &str = env!("VERGEN_GIT_COMMIT_DATE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue