libiso8601/version

17 lines
336 B
Plaintext
Raw Permalink 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 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
2015-06-12 11:01:21 +01:00
VERMICRO=15
2006-10-14 20:10:01 +01:00
2007-12-05 17:45:23 +00:00
# vim: expandtab:ts=4:sw=4:syntax=sh