2008-07-26 15:45:31 +01:00
|
|
|
|
# daemonitor/version
|
2012-10-02 10:54:56 +01:00
|
|
|
|
#
|
|
|
|
|
# Copyright: ©2007–2012, 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
|
2009-04-06 16:00:26 +01:00
|
|
|
|
VERMICRO=2
|
2008-07-26 15:45:31 +01:00
|
|
|
|
|
|
|
|
|
# vim: expandtab:ts=4:sw=4:syntax=sh
|