libutf8/version

18 lines
448 B
Plaintext
Raw Normal View History

2006-07-31 15:21:56 +01:00
# libutf8/version
#
2009-10-13 11:12:52 +01:00
# (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
2009-10-13 11:22:29 +01:00
# Released under the GNU GPLv3. See file COPYING or
2006-07-31 15:21:56 +01:00
# http://www.gnu.org/copyleft/gpl.html for details.
#
# VERSION contains the full version number of the library, which is
2009-10-13 11:22:29 +01:00
# expected to be in 'major.minor.micro' format.
2006-07-31 15:35:03 +01:00
VERMAJOR=1
2009-10-13 12:53:50 +01:00
VERMINOR=3
2009-11-03 23:10:15 +00:00
VERMICRO=2
2006-07-31 15:21:56 +01:00
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
2009-10-13 11:22:29 +01:00
# vim: expandtab:ts=4:sw=4:syntax=sh