mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
13 lines
436 B
Diff
13 lines
436 B
Diff
diff --git a/tools/updaterevision/UpdateRevision.cmake b/tools/updaterevision/UpdateRevision.cmake
|
|
index 619a868..170cf53 100755
|
|
--- a/tools/updaterevision/UpdateRevision.cmake
|
|
+++ b/tools/updaterevision/UpdateRevision.cmake
|
|
@@ -74,7 +74,7 @@ function(main)
|
|
if(NOT Hash)
|
|
message("Failed to get commit info: ${Error}")
|
|
set(Hash "0")
|
|
- set(Tag "<unknown version>")
|
|
+ set(Tag "${ALPINE_PKGVER}")
|
|
set(Timestamp "")
|
|
endif()
|
|
|