summaryrefslogtreecommitdiff
path: root/libicui18n/build/bootstrap.build
blob: 697d5d74744d3d976feec81bc400abb02108a4c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : build/bootstrap.build
# 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"