mini-at/version

20 lines
493 B
Plaintext
Raw Normal View History

2006-10-09 16:21:24 +01:00
# mini-at/version
#
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
# Released under the GNU GPLv2. See file COPYING or
# 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. It can optionally be
# suffixed with a string.
2006-10-10 16:58:06 +01:00
VERMAJOR=1
2006-11-21 00:11:57 +00:00
VERMINOR=1
2006-12-01 19:26:08 +00:00
VERMICRO=1
2006-10-09 16:21:24 +01:00
VEREXTRA=""
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4