2006-07-25 19:00:04 +01:00
|
|
|
# @P@/src/@NAME@/soversion
|
|
|
|
#
|
2009-01-03 22:55:04 +00:00
|
|
|
# (c)2009, @AUTHOR@, <@EMAIL@>.
|
2007-10-14 11:31:40 +01:00
|
|
|
# Released under the GNU GPLv3. See file COPYING or
|
2006-07-25 19:00:04 +01:00
|
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-09-11 23:21:05 +01:00
|
|
|
# SOMAJOR is included in the library's soname, and needs to be bumped
|
|
|
|
# after a binary-incompatible release. It is a single integer.
|
2006-07-25 19:00:04 +01:00
|
|
|
SOMAJOR=0
|
|
|
|
|
|
|
|
# SOMICRO is bumped every time there is a binary-compatible release.
|
|
|
|
SOMICRO=0
|