daemonitor/version

17 lines
338 B
Plaintext
Raw Permalink Normal View History

2008-07-26 15:45:31 +01:00
# daemonitor/version
2012-10-02 10:54:56 +01:00
#
# Copyright: ©20072012, Güralp Systems Limited
# Author: Laurence Withers <lwithers@guralp.com>
# License: GPLv3
2008-07-26 15:45:31 +01:00
#
# VERSION contains the full version number of the library, which is
# expected to be in 'major.minor.micro' format.
2008-07-26 21:56:50 +01:00
VERMAJOR=1
2008-07-26 15:45:31 +01:00
VERMINOR=0
2013-11-10 12:27:57 +00:00
VERMICRO=3
2008-07-26 15:45:31 +01:00
# vim: expandtab:ts=4:sw=4:syntax=sh