libiso8601/version

18 lines
446 B
Plaintext
Raw Normal View History

2006-10-14 20:10:01 +01:00
# libiso8601/version
#
2007-05-22 10:56:52 +01:00
# (c)2007, Laurence Withers, <l@lwithers.me.uk>.
2007-12-05 17:45:23 +00:00
# Released under the GNU GPLv3. See file COPYING or
2006-10-14 20:10:01 +01:00
# http://www.gnu.org/copyleft/gpl.html for details.
#
# 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
VERMICRO=0
2006-10-14 20:10:01 +01:00
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
2007-12-05 17:45:23 +00:00
# vim: expandtab:ts=4:sw=4:syntax=sh