lw-build-system/skel/version
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00

16 lines
289 B
Bash

# @P@/version
#
# Copyright: ©@YEAR@, @COPYRIGHT@
# Author: @AUTHOR@ <@EMAIL@>
# License: GPLv3
#
# VERSION contains the full version number of the library, which is
# expected to be in 'major.minor.micro' format.
VERMAJOR=0
VERMINOR=0
VERMICRO=0
# vim: @VIM_MODELINE@:syntax=sh