summaryrefslogtreecommitdiff
path: root/libicuio/build/bootstrap.build
blob: ef574c9d147679ead56781b0de2f78ce1d54e52f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : build/root.build
# license   : Unicode License; see accompanying LICENSE file

project = libicuio

using version
using config
using test
using install
using dist

# Sync with the libicuuc library ABI version (see libicuuc's bootstrap.build
# for details).
#
abi_version_major = "$version.major"
abi_version_patch = ($version.patch != 0 ? ".$version.patch" : "")
abi_version       = "$abi_version_major.$version.minor$abi_version_patch"