toxcore/so.version

17 lines
522 B
Plaintext
Raw Normal View History

# .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
2017-04-14 19:21:21 +08:00
CURRENT=9
REVISION=0
2017-04-14 19:21:21 +08:00
AGE=8