summaryrefslogtreecommitdiff
path: root/libicuio/build/bootstrap.build
blob: 06b4637a47872c7204447342057cb3d55176cfd3 (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 = 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"