Update of /cvsroot/squirrel-sql/sql12/web-site
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15786/web-site
Modified Files:
home.html header.html
Log Message:
Fixed version to be consistent with packaging.
Index: home.html
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/web-site/home.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** home.html 3 Mar 2010 15:23:58 -0000 1.74
--- home.html 4 Mar 2010 00:48:44 -0000 1.75
***************
*** 59,63 ****
<td class="body_left_border"> </td>
<td width='100%' class="body" bgcolor="white" valign="top">
! <h3 class="body"><A name="newfeatures">3.1.x Highlights:</A></h3>
<ul>
<li class="hl">Enhancements </li>
--- 59,63 ----
<td class="body_left_border"> </td>
<td width='100%' class="body" bgcolor="white" valign="top">
! <h3 class="body"><A name="newfeatures">3.1 Highlights:</A></h3>
<ul>
<li class="hl">Enhancements </li>
***************
*** 221,228 ****
<!-- SF messed downloads up a bit. We do our best to keep at least the most important links simple-->
! <LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/squirrel-sql-3.0.3-install.jar/download">Install jars (and source) of SQuirreL 3.0.3 for Windows/Linux/others</a></B></LI>
! <LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/squirrel-sql-3.0.3-MacOSX-install.jar/download">Install jars (and source) of SQuirreL 3.0.3 for MacOS X</a></B></LI>
! <LI><B><a href="https://sourceforge.net/project/showfiles.php?group_id=28383&package_id=29193&release_id=691311">Plain zip format of SQuirreL 3.0.3</a></B></LI>
<LI><B><a href="http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=158128">Install jars of weekly snapshots for Windows/Linux/MacOS X/others</a></B></LI>
<LI><B><a href="http://sourceforge.net/project/showfiles.php?group_id=28383">Overview of all available downloads</a></B></LI>
--- 221,228 ----
<!-- SF messed downloads up a bit. We do our best to keep at least the most important links simple-->
! <LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/squirrel-sql-3.1-install.jar/download">Install jars (and source) of SQuirreL 3.1 for Windows/Linux/others</a></B></LI>
! <LI><B><a href="http://sourceforge.net/projects/squirrel-sql/files/1-stable/squirrel-sql-3.1-MacOSX-install.jar/download">Install jars (and source) of SQuirreL 3.1 for MacOS X</a></B></LI>
! <LI><B><a href="https://sourceforge.net/projects/squirrel-sql/files/1-stable/3.1%20%28plain%20zip%29">Plain zip format of SQuirreL 3.1</a></B></LI>
<LI><B><a href="http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=158128">Install jars of weekly snapshots for Windows/Linux/MacOS X/others</a></B></LI>
<LI><B><a href="http://sourceforge.net/project/showfiles.php?group_id=28383">Overview of all available downloads</a></B></LI>
Index: header.html
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/web-site/header.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** header.html 3 Mar 2010 15:23:58 -0000 1.32
--- header.html 4 Mar 2010 00:48:44 -0000 1.33
***************
*** 25,29 ****
<FONT SIZE=6 STYLE="font-size: 22pt">Universal SQL Client </FONT>
<A href="http://www.squirrelsql.org/#installation">
! <FONT SIZE=6 STYLE="font-size: 20pt">Version 3.1.0</FONT></A>
</td>
<TD WIDTH=20% align=right><IMG SRC="images/squirrel.jpg" NAME="Graphic3" VALIGN=TOP WIDTH=140 HEIGHT=56 BORDER=0>
--- 25,29 ----
<FONT SIZE=6 STYLE="font-size: 22pt">Universal SQL Client </FONT>
<A href="http://www.squirrelsql.org/#installation">
! <FONT SIZE=6 STYLE="font-size: 20pt">Version 3.1</FONT></A>
</td>
<TD WIDTH=20% align=right><IMG SRC="images/squirrel.jpg" NAME="Graphic3" VALIGN=TOP WIDTH=140 HEIGHT=56 BORDER=0>
|