2006-10-14 20:10:01 +01:00
|
|
|
|
# libiso8601/version
|
2011-11-15 16:46:53 +00:00
|
|
|
|
#
|
|
|
|
|
# Copyright: ©2007–2011, Güralp Systems Ltd.
|
|
|
|
|
# Author: Laurence Withers <lwithers@guralp.com>
|
|
|
|
|
# License: GPLv3
|
2006-10-14 20:10:01 +01:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# VERSION contains the full version number of the library, which is
|
2007-05-22 10:56:52 +01:00
|
|
|
|
# expected to be in 'major.minor.micro' format.
|
2006-10-14 20:10:01 +01:00
|
|
|
|
VERMAJOR=0
|
2007-09-13 11:25:31 +01:00
|
|
|
|
VERMINOR=3
|
2011-11-18 12:19:09 +00:00
|
|
|
|
VERMICRO=12
|
2006-10-14 20:10:01 +01:00
|
|
|
|
|
2007-12-05 17:45:23 +00:00
|
|
|
|
# vim: expandtab:ts=4:sw=4:syntax=sh
|