|
From: <di...@us...> - 2007-02-05 05:16:18
|
Revision: 384
http://safekeep.svn.sourceforge.net/safekeep/?rev=384&view=rev
Author: dimi
Date: 2007-02-04 21:16:15 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Centralize the current version of SafeKeep.
Modified Paths:
--------------
website/trunk/WebContent/documentation.shtml
website/trunk/WebContent/header.shtml
Modified: website/trunk/WebContent/documentation.shtml
===================================================================
--- website/trunk/WebContent/documentation.shtml 2007-02-05 05:10:49 UTC (rev 383)
+++ website/trunk/WebContent/documentation.shtml 2007-02-05 05:16:15 UTC (rev 384)
@@ -39,9 +39,9 @@
First we need to get SafeKeep installed on all the boxes:
</p>
<pre>
-[root@oak ~] rpm -Uvh safekeep-{common,client}-*.noarch.rpm
-[root@pine ~] rpm -Uvh safekeep-{common,client}-*.noarch.rpm
-[root@forrest ~] rpm -Uvh safekeep-{common,server}-*.noarch.rpm
+[root@oak ~] rpm -Uvh safekeep-{common,client}-<!--#echo var="curver" -->-1.noarch.rpm
+[root@pine ~] rpm -Uvh safekeep-{common,client}-<!--#echo var="curver" -->-1.noarch.rpm
+[root@forrest ~] rpm -Uvh safekeep-{common,server}-<!--#echo var="curver" -->-1.noarch.rpm
</pre>
<p>
Modified: website/trunk/WebContent/header.shtml
===================================================================
--- website/trunk/WebContent/header.shtml 2007-02-05 05:10:49 UTC (rev 383)
+++ website/trunk/WebContent/header.shtml 2007-02-05 05:16:15 UTC (rev 384)
@@ -1,5 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
+<!--#set var="curver" value="0.9.0" -->
<head>
<title><!--#echo var="title" --></title>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|