liblwevent/version

18 lines
446 B
Plaintext
Raw Permalink Normal View History

2007-10-13 19:15:32 +01:00
# liblwevent/version
#
# (c)2007, Laurence Withers, <l@lwithers.me.uk>.
2007-10-14 11:24:28 +01:00
# Released under the GNU GPLv3. See file COPYING or
2007-10-13 19:15:32 +01:00
# http://www.gnu.org/copyleft/gpl.html for details.
#
# VERSION contains the full version number of the library, which is
# expected to be in 'major.minor.micro' format.
2007-11-14 12:21:30 +00:00
VERMAJOR=1
2007-10-13 19:15:32 +01:00
VERMINOR=0
2007-11-15 12:07:04 +00:00
VERMICRO=1
2007-10-13 19:15:32 +01:00
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
2007-10-14 11:32:46 +01:00
# vim: expandtab:ts=4:sw=4:syntax=sh