Author: iulian Date: 2013-02-27 15:44:44 -0600 (Wed, 27 Feb 2013) New Revision: 6016 Modified: cgm/trunk/itaps/iBase.h Log: inform the users that the igeom API changed, compared to itaps 1.4.0 (reflect and scale functions in iGeom API take an extra point, 3 doubles) IBASE_VERSION_PATCH is 1 the macro IBASE_VERSION_GE(1,4,1) can then be used to decide if we are using this new API or not Modified: cgm/trunk/itaps/iBase.h =================================================================== --- cgm/trunk/itaps/iBase.h 2013-02-25 22:31:50 UTC (rev 6015) +++ cgm/trunk/itaps/iBase.h 2013-02-27 21:44:44 UTC (rev 6016) @@ -18,7 +18,7 @@ ******************************************************************************/ #define IBASE_VERSION_MAJOR 1 #define IBASE_VERSION_MINOR 4 -#define IBASE_VERSION_PATCH 0 +#define IBASE_VERSION_PATCH 1 /***************************************************************************//** * \ingroup VersionNumbers
participants (1)
-
iulian@mcs.anl.gov