#!/bin/sh
#
# Show the version of the Cogito toolkit.
# Copyright (c) Petr Baudis, 2005
#
# Show which version of Cogito is installed.
# Additionally, the 'HEAD' of the installed Cogito
# is also shown if this information was available
# at the build time.

USAGE="cg-version"

echo "cogito-0.13"
