35 lines
1.2 KiB
C
35 lines
1.2 KiB
C
/* $NoKeywords: $ */
|
|
/*
|
|
//
|
|
// Copyright (c) 1993-2012 Robert McNeel & Associates. All rights reserved.
|
|
// OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert
|
|
// McNeel & Associates.
|
|
//
|
|
// THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
|
|
// ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF
|
|
// MERCHANTABILITY ARE HEREBY DISCLAIMED.
|
|
//
|
|
// For complete openNURBS copyright information see <http://www.opennurbs.org>.
|
|
//
|
|
////////////////////////////////////////////////////////////////
|
|
*/
|
|
|
|
|
|
#if !defined(OPENNURBS_VERSION_DEFINITION)
|
|
#error Do NOT include opennurbs_version.h in your code. Use ON::Version() instead.
|
|
#endif
|
|
|
|
|
|
// OpenNURBS users:
|
|
// Do not change OPENNURBS_VERSION or the OpenNURBS code
|
|
// that reads 3DM files not work correctly.
|
|
#define OPENNURBS_VERSION 201209145
|
|
|
|
// Subversion revision and branch used for source code.
|
|
#define OPENNURBS_SRC_SVN_REVISION "85828"
|
|
#define OPENNURBS_SRC_SVN_BRANCH ".../opennurbs_public/2012-09-14-0000/opennurbs"
|
|
|
|
// Subversion revision and branch used for documentation.
|
|
#define OPENNURBS_DOC_SVN_REVISION "85828"
|
|
#define OPENNURBS_DOC_SVN_BRANCH ".../opennurbs_public/2012-09-14-0000/opennurbs"
|