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

bootstrap: fix network vsn regex typo

NETWORKURI_VER_REGEXP should be NETWORK_URI_VER_REGEXP
parent 1e048986
No related merge requests found
......@@ -130,7 +130,7 @@ TEXT_VER="1.2.0.0"; 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
NETWORK_URI_VER="2.6.0.1"; NETWORKURI_VER_REGEXP="2\.[0-6]\."
NETWORK_URI_VER="2.6.0.1"; NETWORK_URI_VER_REGEXP="2\.[0-6]\."
# >= 2.0 && < 2.7
CABAL_VER="1.21.1.0"; CABAL_VER_REGEXP="1\.21\.1"
# >= 1.21.1 && < 1.22
......
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