summaryrefslogtreecommitdiff
path: root/libicui18n/build/bootstrap.build
blob: e8cef12936e1f86fa00d2ff9b4c2c18f5f17bc94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : build/root.build
# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license   : Unicode License; see accompanying LICENSE file

project = libicui18n

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"