daemonitor/version

17 lines
338 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# daemonitor/version
#
# Copyright: ©20072012, 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=3
# vim: expandtab:ts=4:sw=4:syntax=sh