|
From: <sv...@va...> - 2005-08-03 22:38:07
|
Author: de
Date: 2005-08-03 23:38:02 +0100 (Wed, 03 Aug 2005)
New Revision: 155
Log:
/php/header.php
- changed meta text version number
/php/.htconfx
- updated release-date and release-version
Modified:
trunk/php/.htconfx
trunk/php/header.php
Modified: trunk/php/.htconfx
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/php/.htconfx 2005-08-03 22:37:01 UTC (rev 154)
+++ trunk/php/.htconfx 2005-08-03 22:38:02 UTC (rev 155)
@@ -27,8 +27,8 @@
'dt_copyright' =3D> '2000-2005 ',
=20
/* current release info */
- 'release-date' =3D> '1 August 2005',
- 'release-version' =3D> 'valgrind-2.4.1',
+ 'release-date' =3D> '3 August 2005',
+ 'release-version' =3D> 'valgrind-3.0.0',
=20
/* mailing lists, bug reports, etc. */
'vgannounce' =3D> array(=20
Modified: trunk/php/header.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/php/header.php 2005-08-03 22:37:01 UTC (rev 154)
+++ trunk/php/header.php 2005-08-03 22:38:02 UTC (rev 155)
@@ -19,10 +19,10 @@
<style type=3D"text/css">@import url('/css/valgrind.css');</style>
<link rel=3D"shortcut icon" href=3D"/favicon.ico" />
<link rel=3D"icon" href=3D"/favicon.ico" type=3D"image/x-icon" />
- <meta name=3D"description" content=3D"Official Home Page for valgrind, =
a suite of tools for debugging and profiling. Automatically detect memory=
management and threading bugs, and perform detailed profiling. The curr=
ent stable version is valgrind 2.4.0."/>
+ <meta name=3D"description" content=3D"Official Home Page for valgrind, =
a suite of tools for debugging and profiling. Automatically detect memory=
management and threading bugs, and perform detailed profiling. The curr=
ent stable version is valgrind 3.0.0."/>
<meta name=3D"keywords" content=3D"Valgrind Memcheck Addrcheck Cachegri=
nd Massif Helgrind memory-management uninitialised memory memory leaks pa=
ssing uninitialised memory overlapping pointers misuses of the POSIX pthr=
eads"/>
</head>
-=20
+
<!-- dont we all just wish IE && Netscape 4.x to /dev/null -->
<body topmargin=3D"0" leftmargin=3D"0" marginwidth=3D"0" marginheight=3D=
"0"=20
bgcolor=3D"#ffffff" text=3D"#202020"=20
|