From: <no...@so...> - 2002-07-05 15:41:18
|
Task #57492 has been updated. Project: Generic Graphics Toolkit Subproject: GMTL Summary: finalize how version number is set Complete: 95% Status: Open Authority : subatomic Assigned to: subatomic, nonchocoboy, allenb Description: currently we have gmtl/Version.h, which works elegantly in that it doesn't require any modification to the library to be useful (i.e. no configure, no preprocess, no make install needed). now we also have a VERSION file, which I'm not sure what it is for. The problem is that these two files will easily get out of sync. The other problem is that VERSION isn't useful unless you do a preprocess (like ocnfigure, or other script), meaning that the gmtl lib isn't usable until this script is run (assuming that Version.h is deprecated.) If we need to keep both VERSION and Version.h for some reason, then we need to find a way to syncronize these. The easiest IMHO would be to remove VERSION ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=57492&group_id=43735&group_project_id=16299 |