lw-build-system/scripts/build.lib.c/soversion

16 lines
396 B
Plaintext
Raw Normal View History

# @P@/src/@NAME@/soversion
#
2007-02-05 12:35:36 +00:00
# (c)2007, @AUTHOR@, <@EMAIL@>.
2007-10-14 11:31:40 +01:00
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#
# 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