Uses new-style copyright notices and improves consistency a bit. Removes the old KATE_MODELINE stuff.
15 lines
341 B
Text
15 lines
341 B
Text
# @P@/src/@NAME@/soversion
|
|
#
|
|
# Copyright: ©@YEAR@, @COPYRIGHT@
|
|
# Author: @AUTHOR@ <@EMAIL@>
|
|
# 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
|