libiso8601/version

16 lines
336 B
Text
Raw Normal View History

2006-10-14 20:10:01 +01:00
# libiso8601/version
2011-11-15 16:46:53 +00:00
#
# Copyright: ©20072011, 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 09:56:52 +00:00
# expected to be in 'major.minor.micro' format.
2006-10-14 20:10:01 +01:00
VERMAJOR=0
2007-09-13 10:25:31 +00:00
VERMINOR=3
2010-08-02 12:01:43 +00:00
VERMICRO=11
2006-10-14 20:10:01 +01:00
2007-12-05 17:45:23 +00:00
# vim: expandtab:ts=4:sw=4:syntax=sh