mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
13 lines
287 B
Diff
13 lines
287 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 862496c..9b4f609 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -9,7 +9,7 @@ endif()
|
|
|
|
#=====================
|
|
project(multitail LANGUAGES C)
|
|
-set(VERSION VERSION=6.4.3)
|
|
+set(VERSION @VERSION@)
|
|
#=====================
|
|
|
|
# usage:
|