Revision: 8619 http://playerstage.svn.sourceforge.net/playerstage/?rev=8619&view=rev Author: hsujohnhsu Date: 2010-04-24 01:27:34 +0000 (Sat, 24 Apr 2010)
Log Message: ----------- making it consistent with config.h.in by quoting version number Modified Paths: -------------- code/gazebo/trunk/gazebo.h.in Modified: code/gazebo/trunk/gazebo.h.in =================================================================== --- code/gazebo/trunk/gazebo.h.in 2010-04-24 01:22:45 UTC (rev 8618) +++ code/gazebo/trunk/gazebo.h.in 2010-04-24 01:27:34 UTC (rev 8619) @@ -29,6 +29,6 @@ #define GAZEBO_MAJOR_VERSION ${GAZEBO_MAJOR_VERSION} #define GAZEBO_MINOR_VERSION ${GAZEBO_MINOR_VERSION} #define GAZEBO_PATCH_VERSION ${GAZEBO_PATCH_VERSION} -#define GAZEBO_VERSION ${GAZEBO_VERSION} +#define GAZEBO_VERSION "${GAZEBO_VERSION}" #include <gazebo/gz.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit