17 lines
336 B
Bash
17 lines
336 B
Bash
# libiso8601/version
|
||
#
|
||
# Copyright: ©2007–2011, Güralp Systems Ltd.
|
||
# Author: Laurence Withers <lwithers@guralp.com>
|
||
# License: GPLv3
|
||
#
|
||
|
||
|
||
|
||
# VERSION contains the full version number of the library, which is
|
||
# expected to be in 'major.minor.micro' format.
|
||
VERMAJOR=0
|
||
VERMINOR=3
|
||
VERMICRO=13
|
||
|
||
# vim: expandtab:ts=4:sw=4:syntax=sh
|