Version.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 1996-2006 by Autodesk, Inc.
00003 //
00004 //  By using this code, you are agreeing to the terms and conditions of
00005 //  the License Agreement included in the documentation for this code.
00006 //
00007 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED,
00008 //  AS TO THE CORRECTNESS OF THIS CODE OR ANY DERIVATIVE
00009 //  WORKS WHICH INCORPORATE IT.
00010 //
00011 //  AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS
00012 //  AND EXPLICITLY DISCLAIMS ANY LIABILITY, INCLUDING
00013 //  CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00014 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00015 //
00016 //  Use, duplication, or disclosure by the U.S. Government is subject to
00017 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00018 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00019 //  Data and Computer Software), as applicable.
00020 //
00021 
00022 
00023 #ifndef _W3DTK_VERSION_H
00024 #define _W3DTK_VERSION_H
00025 
00029 
00030 #include "dwf/Version.h"
00031 
00032 
00033 //
00034 //
00035 // W3D Toolkit Versioning
00036 //
00037 //
00038 
00039 #define _W3DTK_VERSION_MAJOR                        1
00040 #define _W3DTK_VERSION_MINOR                        5
00041 #define _W3DTK_VERSION_HOOPS                        1555
00042 #define _W3DTK_VERSION_BUILD                        _DWFTK_VERSION_BUILD
00043 
00044 #define _W3DTK_VERSION_ECHO( s )                    #s
00045 #define _W3DTK_VERSION_STRING_( a, b, c, d )        _W3DTK_VERSION_ECHO(a) "." _W3DTK_VERSION_ECHO(b) "." _W3DTK_VERSION_ECHO(c) "." _W3DTK_VERSION_ECHO(d) "\0"
00046 #define _W3DTK_VERSION_STRING                       _W3DTK_VERSION_STRING_( _W3DTK_VERSION_MAJOR, _W3DTK_VERSION_MINOR, _W3DTK_VERSION_HOOPS, _W3DTK_VERSION_BUILD )
00047 
00048 #define _W3D_FILE_VERSION_STRING                    "W3D V01.00"
00049 
00050 #endif

Generated on Tue Jan 6 22:41:37 2009 for Autodesk DWF 3D Toolkit by  doxygen 1.4.5