2006-07-24 14:24:06 +01:00
|
|
|
# @P@/version
|
|
|
|
#
|
2007-02-05 12:51:38 +00:00
|
|
|
# (c)2007, @AUTHOR@, <@EMAIL@>.
|
2007-10-14 11:31:40 +01:00
|
|
|
# Released under the GNU GPLv3. See file COPYING or
|
2006-07-25 18:50:00 +01:00
|
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
|
|
|
#
|
2006-07-24 14:24:06 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# VERSION contains the full version number of the library, which is
|
2007-03-20 21:58:26 +00:00
|
|
|
# expected to be in 'major.minor.micro' format.
|
2006-07-25 18:50:00 +01:00
|
|
|
VERMAJOR=0
|
2006-07-24 14:24:06 +01:00
|
|
|
VERMINOR=0
|
2006-07-25 18:50:00 +01:00
|
|
|
VERMICRO=0
|
|
|
|
|
2006-07-25 19:19:59 +01:00
|
|
|
# kate: @KATE_MODELINE@
|
2007-10-14 11:31:40 +01:00
|
|
|
# vim: @VIM_MODELINE@:syntax=sh
|