mirror of
https://github.com/arcan1s/reportabug.git
synced 2025-12-17 04:33:43 +00:00
somefixes
release 1.0.2
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
ARCHIVE="reportabug"
|
||||
SRCDIR="sources"
|
||||
FILES="AUTHORS CHANGELOG COPYING README.md"
|
||||
IGNORELIST="build *.cppcheck"
|
||||
IGNORELIST="build *.cppcheck *.qm"
|
||||
VERSION=$(grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\
|
||||
$(grep -m1 PROJECT_VERSION_MINOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\
|
||||
$(grep -m1 PROJECT_VERSION_PATCH sources/CMakeLists.txt | awk '{print $3}' | cut -c 1)
|
||||
|
||||
Reference in New Issue
Block a user