Commit a0c495f8 authored by Denes Matetelki's avatar Denes Matetelki

Allowing 2 digit MINOR version

parent 5af38b29
......@@ -20,7 +20,7 @@ function findversion() {
else
# 4.1.1
# 4.1.1-beta1
MINOR="${V:4:1}"
MINOR="${V:4:2}"
RELEASE="${V:6}"
V="${V:0:3}"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment