libiso8601/version

18 lines
436 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>.
2006-10-14 20:10:01 +01:00
# Released under the GNU GPLv2. See file COPYING or
# 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-07-24 12:46:05 +01:00
VERMINOR=2
2007-08-21 10:54:57 +01:00
VERMICRO=3
2006-10-14 20:10:01 +01:00
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4