libCStreamedXML/version

18 lines
451 B
Plaintext
Raw Permalink Normal View History

# libCStreamedXML/version
#
2009-01-13 13:37:47 +00:00
# (c)2009, Laurence Withers, <l@lwithers.me.uk>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#
# VERSION contains the full version number of the library, which is
2009-01-13 13:37:47 +00:00
# expected to be in 'major.minor.micro' format.
VERMAJOR=1
VERMINOR=3
2009-04-06 15:53:38 +01:00
VERMICRO=9
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
2009-01-13 13:37:47 +00:00
# vim: expandtab:ts=4:sw=4:syntax=sh