# This file is included in various Makefiles to get version information.
# Copyright (C) 2008-2009 The BioCocoa Project

# The version number of this release.
MAJOR_VERSION=2
MINOR_VERSION=2
SUBMINOR_VERSION=2

BioCocoa_CURRENT_VERSION_NAME=$(MAJOR_VERSION)
BioCocoa_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
