libiir/version

18 lines
391 B
Plaintext
Raw Normal View History

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
2014-09-09 17:07:17 +01:00
VERMINOR=1
VERMICRO=0
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