2010-11-08 15:18:07 +00:00
|
|
|
# libiir/version
|
|
|
|
#
|
|
|
|
# Copyright: ©2010, Laurence Withers.
|
|
|
|
# Author: Laurence Withers <l@lwithers.me.uk>
|
|
|
|
# License: GPLv3
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# VERSION contains the full version number of the library, which is
|
|
|
|
# expected to be in 'major.minor.micro' format.
|
2010-11-08 15:18:39 +00:00
|
|
|
VERMAJOR=1
|
2010-11-08 15:18:07 +00:00
|
|
|
VERMINOR=0
|
2012-03-16 10:56:19 +00:00
|
|
|
VERMICRO=2
|
2010-11-08 15:18:07 +00:00
|
|
|
|
|
|
|
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
|
|
# vim: expandtab:ts=4:sw=4:syntax=sh
|