summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:09:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:09:58 +0200
commitb34e102801ae7624f3f08ee474d46b4313595f22 (patch)
treee8fe1df528c2982b5fb0e03be6bed16e8297069b /version
parentc702716c40d4ce645c82d7d0dd7bc06118bed555 (diff)
Updates for 0.15.0 releasev0.15.0
Diffstat (limited to 'version')
-rwxr-xr-xversion19
1 files changed, 10 insertions, 9 deletions
diff --git a/version b/version
index bc8b000..393e8d0 100755
--- a/version
+++ b/version
@@ -10,16 +10,17 @@ usage="usage: etc/version"
#
# NOTE: also update in 'bdep new'?
# NOTE: also update in libbuild2-<module>?
+# NOTE: if upgrade is supported, should be previous release version.
#
-build2_min=0.14.0-
-bpkg_min=0.14.0-
+build2_min=0.15.0-
+bpkg_min=0.15.0-
-ver=0.15.0-a.0.z
-#ver=0.15.0
-mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg bpkg-util build2)
+#ver=0.15.0-a.0.z
+ver=0.15.0
+mods=(libbutl libbutl.bash libbpkg libbbot bpkg bpkg-util build2)
-odb_ver=2.5.0-b.22.z
-#odb_ver=2.5.0-b.23
+#odb_ver=2.5.0-b.24.z
+odb_ver=2.5.0-b.23
odb_mods=(libodb libodb-sqlite libodb-pgsql)
#xml_ver=1.1.0-b.10.z
@@ -28,9 +29,9 @@ xml_mods=(libstudxml)
# !!! NOTE: libpkg-config version constraint in build2 is updated manually.
# !!! NOTE: libcmark version constraint in brep is updated manually.
-# !!! NOTE: libsqlite3 version in bpkg.
+# !!! NOTE: libsqlite3 version in bpkg, bdep.
-all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos)
+all=(libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos)
# In manifests for alpha/beta we use an exact match. For snapshots -- snapshot
# range. Otherwise an X.Y.* range.