libiso8601/version
Laurence Withers 49536349f7 Bump version
2011-11-18 12:19:09 +00:00

16 lines
336 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# libiso8601/version
#
# Copyright: ©20072011, 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=12
# vim: expandtab:ts=4:sw=4:syntax=sh