/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: SNAPCommon.cxx,v $ Language: C++ Date: $Date: 2006/02/02 01:24:47 $ Version: $Revision: 1.5 $ Copyright (c) 2003 Insight Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #include "SNAPCommon.h" // Short name (release tag, e.g. $Name: ITK-2-6 $) const char SNAPVersionShort[] = "$Name: ITK-2-6 $"; // Full RCS info const char SNAPVersion[] = "@(#) $Id: SNAPCommon.cxx,v 1.5 2006/02/02 01:24:47 pauly Exp $"; // Non-cvs version const char SNAPSoftVersion[] = "ITK-SNAP 1.4 RC2"; // A string that appears in the user interface const char SNAPUISoftVersion[] = "Version 1.4 RC2\n Release Candidate 2\nFeb 01, 2006"; // Release date of the current version const char SNAPCurrentVersionReleaseDate[] = "20060201"; // Release date of the latest version whose user preference files are // incompatible with the current version and will be erased const char SNAPLastIncompatibleReleaseDate[] = "20031109";