[Compbench-devel] CompBenchmarks++ Doxyfile, 1.3, 1.4 configure.in, 1.9, 1.10 configure, 1.9, 1.10
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-10-01 19:57:28
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13668 Modified Files: Doxyfile configure.in configure Log Message: 0.3.1 Index: Doxyfile =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Doxyfile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Doxyfile 27 Sep 2006 16:57:13 -0000 1.3 --- Doxyfile 1 Oct 2006 19:57:25 -0000 1.4 *************** *** 5,9 **** #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.3.0 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO --- 5,9 ---- #--------------------------------------------------------------------------- PROJECT_NAME = CompBenchmarks ! PROJECT_NUMBER = 0.3.1 OUTPUT_DIRECTORY = doc CREATE_SUBDIRS = NO Index: configure =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** configure 25 Sep 2006 17:29:32 -0000 1.9 --- configure 1 Oct 2006 19:57:25 -0000 1.10 *************** *** 2237,2241 **** PACKAGE=compbenchmarks ! VERSION=0.3.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then --- 2237,2241 ---- PACKAGE=compbenchmarks ! VERSION=0.3.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** configure.in 25 Sep 2006 17:29:32 -0000 1.9 --- configure.in 1 Oct 2006 19:57:25 -0000 1.10 *************** *** 7,11 **** AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.0) AM_CONFIG_HEADER(config.h) --- 7,11 ---- AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.3.1) AM_CONFIG_HEADER(config.h) |