17 lines
338 B
Bash
17 lines
338 B
Bash
# daemonitor/version
|
||
#
|
||
# Copyright: ©2007–2012, Güralp Systems Limited
|
||
# Author: Laurence Withers <lwithers@guralp.com>
|
||
# License: GPLv3
|
||
#
|
||
|
||
|
||
|
||
# VERSION contains the full version number of the library, which is
|
||
# expected to be in 'major.minor.micro' format.
|
||
VERMAJOR=1
|
||
VERMINOR=0
|
||
VERMICRO=2
|
||
|
||
# vim: expandtab:ts=4:sw=4:syntax=sh
|