16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
![]() |
# libfir/src/libfir++/soversion
|
||
|
#
|
||
|
# Copyright: ©2014, Laurence Withers.
|
||
|
# Author: Laurence Withers <l@lwithers.me.uk>
|
||
|
# License: GPLv3
|
||
|
#
|
||
|
|
||
|
|
||
|
|
||
|
# SOMAJOR is included in the library's soname, and needs to be bumped
|
||
|
# after a binary-incompatible release. It is a single integer.
|
||
|
SOMAJOR=0
|
||
|
|
||
|
# SOMICRO is bumped every time there is a binary-compatible release.
|
||
|
SOMICRO=0
|