diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 13:49:01 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 13:49:01 +0100 |
commit | 7a9427748e17db29fb1bd4d2703d0d964f64f379 (patch) | |
tree | b8c2c82c44e3a61b2b7c42a90aa1c6a7cb255a32 /tools/htmlgen.sh | |
parent | af1f5829a2b8181fc005acdafaa4cc52e5ae320b (diff) | |
download | sbotools2-7a9427748e17db29fb1bd4d2703d0d964f64f379.tar.xz |
Update version handling in tools/
Diffstat (limited to 'tools/htmlgen.sh')
-rwxr-xr-x | tools/htmlgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/htmlgen.sh b/tools/htmlgen.sh index fd4b101..b623928 100755 --- a/tools/htmlgen.sh +++ b/tools/htmlgen.sh @@ -7,7 +7,7 @@ fi DESTDIR=$1 PACKAGE="sbotools" -VERSION=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9]+){0,1}') +VERSION=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC]+){0,1}') SBO_DIR=`pwd` |