2014-09-09 13:26:29 +01:00
|
|
|
# fir-tools/version
|
|
|
|
#
|
|
|
|
# Copyright: ©2014, 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.
|
2014-09-09 17:23:14 +01:00
|
|
|
VERMAJOR=1
|
2014-09-09 13:26:29 +01:00
|
|
|
VERMINOR=0
|
|
|
|
VERMICRO=0
|
|
|
|
|
|
|
|
# vim: expandtab:ts=4:sw=4:syntax=sh
|