summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:55:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:55:03 +0200
commit83f75451625ae591c8b0d4acf5aa79f460246654 (patch)
treee0ae1e8e482c86709b5db4d38948556b84f4a0fb
parentf1c947af48f9bbe12576dfa30a6c81317cdfa39d (diff)
Change to version 0.14.0-a.0.z
-rwxr-xr-xversion12
1 files changed, 6 insertions, 6 deletions
diff --git a/version b/version
index 892e9d1..9830fe1 100755
--- a/version
+++ b/version
@@ -14,16 +14,16 @@ usage="usage: etc/version"
build2_min=0.13.0
bpkg_min=0.13.0
-#ver=0.14.0-a.0.z
-ver=0.13.0
+ver=0.14.0-a.0.z
+#ver=0.13.0
mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg)
-#odb_ver=2.5.0-b.20.z
-odb_ver=2.5.0-b.19
+odb_ver=2.5.0-b.20.z
+#odb_ver=2.5.0-b.21
odb_mods=(libodb libodb-sqlite libodb-pgsql)
-#xml_ver=1.1.0-b.9.z
-xml_ver=1.1.0-b.9
+xml_ver=1.1.0-b.9.z
+#xml_ver=1.1.0-b.10
xml_mods=(libstudxml)
# !!! NOTE: libpkgconf version constraint in build2 is updated manually.