daemonitor/version

16 lines
338 B
Text
Raw Normal View History

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