summaryrefslogtreecommitdiff
path: root/so.version
blob: e9b7294838b36cf819dbb5e78c42bd1acb99c20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# .so library version, following the libtool scheme:
#
#            current:revision:age
#
# current:  increment if interfaces have been added, removed or changed
# revision: increment if source code has changed, set to zero if current is
#           incremented
# age:      increment if interfaces have been added, set to zero if
#           interfaces have been removed or changed
#
# For a full reference see:
# https://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info

CURRENT=14
REVISION=0
AGE=12