From: Peter O. <obe...@us...> - 2012-10-10 08:20:23
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory vz-cvs-4.sog:/tmp/cvs-serv25714 Modified Files: Makefile README Log Message: lcov: finalizing release 1.10 Index: README =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** README 20 Aug 2010 13:14:50 -0000 1.12 --- README 10 Oct 2012 08:20:20 -0000 1.13 *************** *** 1,5 **** ------------------------------------------------- - README file for the LTP GCOV extension (LCOV) - ! - Last changes: 2010-08-06 - ------------------------------------------------- --- 1,5 ---- ------------------------------------------------- - README file for the LTP GCOV extension (LCOV) - ! - Last changes: 2012-10-10 - ------------------------------------------------- Index: Makefile =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile 6 Aug 2010 11:25:12 -0000 1.19 --- Makefile 10 Oct 2012 08:20:20 -0000 1.20 *************** *** 13,17 **** VERSION := 1.10 ! RELEASE := pre1 CFG_DIR := $(PREFIX)/etc --- 13,17 ---- VERSION := 1.10 ! RELEASE := 1 CFG_DIR := $(PREFIX)/etc |