lw-build-system/skel/version

17 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