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
|
2006-07-31 15:41:41 +01:00
|
|
|
VERMINOR=2
|
2006-08-25 11:07:07 +01:00
|
|
|
VERMICRO=1
|
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
|