Skip to content
Snippets Groups Projects
Commit 48882337 authored by tuncer's avatar tuncer
Browse files

bootstrap.sh: bump dep versions

parent 2791fb66
No related branches found
No related tags found
No related merge requests found
......@@ -178,13 +178,13 @@ PREFIX=${PREFIX:-${DEFAULT_PREFIX}}
# Versions of the packages to install.
# The version regex says what existing installed versions are ok.
PARSEC_VER="3.1.7"; PARSEC_VER_REGEXP="[3]\.[01]\."
PARSEC_VER="3.1.8"; PARSEC_VER_REGEXP="[3]\.[01]\."
# >= 3.0 && < 3.2
DEEPSEQ_VER="1.4.0.0"; DEEPSEQ_VER_REGEXP="1\.[1-9]\."
# >= 1.1 && < 2
BINARY_VER="0.7.2.3"; BINARY_VER_REGEXP="[0]\.[7]\."
# == 0.7.*
TEXT_VER="1.2.0.3"; TEXT_VER_REGEXP="((1\.[012]\.)|(0\.([2-9]|(1[0-1]))\.))"
TEXT_VER="1.2.0.4"; TEXT_VER_REGEXP="((1\.[012]\.)|(0\.([2-9]|(1[0-1]))\.))"
# >= 0.2 && < 1.3
NETWORK_VER="2.6.0.2"; NETWORK_VER_REGEXP="2\.[0-6]\."
# >= 2.0 && < 2.7
......@@ -200,7 +200,7 @@ HTTP_VER="4000.2.19"; HTTP_VER_REGEXP="4000\.2\.([5-9]|1[0-9]|2[0-9])"
# >= 4000.2.5 < 4000.3
ZLIB_VER="0.5.4.2"; ZLIB_VER_REGEXP="0\.[45]\."
# == 0.4.* || == 0.5.*
TIME_VER="1.5" TIME_VER_REGEXP="1\.[12345]\.?"
TIME_VER="1.5.0.1" TIME_VER_REGEXP="1\.[12345]\.?"
# >= 1.1 && < 1.6
RANDOM_VER="1.1" RANDOM_VER_REGEXP="1\.[01]\.?"
# >= 1 && < 1.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment