# $SnapHashLicense:
#
# SnapLogic - Open source data services
#
# Copyright (C) 2008 SnapLogic, Inc. All rights reserved.
#
# See http://www.snaplogic.org for more information about
# the SnapLogic project.
#
# This program is free software, distributed under the terms of
# the GNU General Public License Version 2. See the LEGAL file
# at the top of the source tree.
#
# "SnapLogic" is a trademark of SnapLogic, Inc.
#
#
# $
# $Id: version_history.py 5561 2008-12-02 00:25:19Z kurt $
"""
This module contains version tags to identify milestones along the repository evolution.
"""
# Version that server version designation was added to the repository.
SERVER_VERSION_DESIGNATION = 2
|