Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18389
Modified Files:
Benchmark-LINPACKC.cpp
Log Message:
Version() now returns 0.1.2 - which does match used package's.
Index: Benchmark-LINPACKC.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-LINPACKC.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Benchmark-LINPACKC.cpp 10 Sep 2007 20:28:53 -0000 1.13
--- Benchmark-LINPACKC.cpp 20 Sep 2007 19:37:25 -0000 1.14
***************
*** 38,42 ****
std::string PackageLINPACKC::Version(void)
{
! return("0.1.1");
}
--- 38,42 ----
std::string PackageLINPACKC::Version(void)
{
! return("0.1.2");
}
|