[Cppunit-devel] CPPUNIT version
Brought to you by:
blep
From: Vinaya, B. (IE10) <Vin...@ho...> - 2005-09-13 08:33:12
|
Hi, We are using CppUnit Test Framework with few modifications, for Verification and Validation of a part of Airbourne software. The version of the CppUnit needs to be stated in some of the Artifacts. The Cppunit that we are using has been downloaded from www.sourceforge.net <http://www.sourceforge.net> and to my knowledge it is version 1.6.2 but the file config-bcb5.h contains the following code that identifies the version, /* Version number of package */ #ifndef CPPUNIT_VERSION #define CPPUNIT_VERSION "1.5.5" #endif Please let me know which version is the proper one. Since we have made few modifications, we like to change the version number( only at our organizational level ), Please suggest a version so that it would not conflict with the versions available in www.sourceforge.net <http://www.sourceforge.net> . Thank You, Vinay |