diff options
Diffstat (limited to 'tools/create_fedora_source.sh')
-rwxr-xr-x | tools/create_fedora_source.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_fedora_source.sh b/tools/create_fedora_source.sh index 3f5cba28..e6f851f5 100755 --- a/tools/create_fedora_source.sh +++ b/tools/create_fedora_source.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=2.0.12 +VERSION=$(cat ../CMakeLists.txt |grep set\(HARDINFO2_VERSION|cut -d '"' -f 2) cd .. rm -rf build yum -y remove hardinfo |