aboutsummaryrefslogtreecommitdiff
path: root/tools/htmlgen.sh
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-04 13:49:01 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-04 13:49:01 +0100
commit7a9427748e17db29fb1bd4d2703d0d964f64f379 (patch)
treeb8c2c82c44e3a61b2b7c42a90aa1c6a7cb255a32 /tools/htmlgen.sh
parentaf1f5829a2b8181fc005acdafaa4cc52e5ae320b (diff)
downloadsbotools2-7a9427748e17db29fb1bd4d2703d0d964f64f379.tar.xz
Update version handling in tools/
Diffstat (limited to 'tools/htmlgen.sh')
-rwxr-xr-xtools/htmlgen.sh2
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`