From: <pat...@us...> - 2011-03-27 17:24:53
|
Revision: 1269 http://ggt.svn.sourceforge.net/ggt/?rev=1269&view=rev Author: patrickh Date: 2011-03-27 17:24:47 +0000 (Sun, 27 Mar 2011) Log Message: ----------- Begin preparing for GMTL 0.7.0. Modified Paths: -------------- trunk/docs/version.mk.doxy trunk/gmtl/Version.h Modified: trunk/docs/version.mk.doxy =================================================================== --- trunk/docs/version.mk.doxy 2011-03-27 17:21:45 UTC (rev 1268) +++ trunk/docs/version.mk.doxy 2011-03-27 17:24:47 UTC (rev 1269) @@ -1,4 +1,4 @@ # This file can be included by a Doxygen configuration file to set the # project version number and by makefiles to accomplish the same. -PROJECT_NUMBER = 0.6.2 +PROJECT_NUMBER = 0.7.0 Modified: trunk/gmtl/Version.h =================================================================== --- trunk/gmtl/Version.h 2011-03-27 17:21:45 UTC (rev 1268) +++ trunk/gmtl/Version.h 2011-03-27 17:24:47 UTC (rev 1269) @@ -21,8 +21,8 @@ */ // The major/minor/patch version (up to 3 digits each). #define GMTL_VERSION_MAJOR 0 -#define GMTL_VERSION_MINOR 6 -#define GMTL_VERSION_PATCH 2 +#define GMTL_VERSION_MINOR 7 +#define GMTL_VERSION_PATCH 0 //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |