Use libiso8601 to parse the time.

This commit is contained in:
Laurence Withers 2006-11-21 00:11:57 +00:00
commit 6195451899
5 changed files with 13 additions and 417 deletions

View file

@ -11,8 +11,8 @@
# expected to be in 'major.minor.micro' format. It can optionally be
# suffixed with a string.
VERMAJOR=1
VERMINOR=0
VERMICRO=1
VERMINOR=1
VERMICRO=0
VEREXTRA=""
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;