diff options
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` |