Skip to content

Commit

Permalink
fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed May 11, 2021
1 parent 85c8e20 commit aa315f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cd ".."

# Packing source.

VERSION=$(grep "LZWS_VERSION" "CMakeLists.txt" | sed "s/.*LZWS_VERSION\s*['\"]\([0-9.]*\).*/\1/g")
VERSION=$(grep "LZWS_VERSION" "CMakeLists.txt" | sed "s/.*LZWS_VERSION[[:space:]]*['\"]\([0-9.]*\).*/\1/g")
NAME="lzws-${VERSION}"

COMPRESSION_LEVEL="-9"
Expand Down

0 comments on commit aa315f0

Please sign in to comment.