[jsword-svn] r1265 - in trunk: bibledesktop/etc/installer/macosx bibledesktop/etc/installer/win32 bibledesktop-web/src/web

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Fri Mar 30 11:18:55 MST 2007


Author: dmsmith
Date: 2007-03-30 11:18:55 -0700 (Fri, 30 Mar 2007)
New Revision: 1265

Modified:
   trunk/bibledesktop-web/src/web/download.html
   trunk/bibledesktop/etc/installer/macosx/Info.plist
   trunk/bibledesktop/etc/installer/win32/BibleDesktop.nsi
Log:
Preparing for 1.0.6 release.

Modified: trunk/bibledesktop/etc/installer/macosx/Info.plist
===================================================================
--- trunk/bibledesktop/etc/installer/macosx/Info.plist	2007-03-30 18:00:18 UTC (rev 1264)
+++ trunk/bibledesktop/etc/installer/macosx/Info.plist	2007-03-30 18:18:55 UTC (rev 1265)
@@ -7,7 +7,7 @@
 	<key>CFBundleIdentifier</key>
 	<string>org.crosswire.jsword</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.5</string>
+	<string>1.0.6</string>
 	<key>CFBundleAllowMixedLocalizations</key>
 	<string>true</string>
 	<key>CFBundleExecutable</key>
@@ -19,7 +19,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Bible Desktop v1.0.5 (c) 2006</string>
+	<string>Bible Desktop v1.0.6 (c) 2006</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleIconFile</key>
@@ -36,7 +36,7 @@
 		<string>1.4+</string>
 		<key>ClassPath</key>
 			<array>
-			<string>$JAVAROOT/bibledesktop-1.0.5.jar</string>
+			<string>$JAVAROOT/bibledesktop-1.0.6.jar</string>
 			<string>$JAVAROOT/commons-codec-1.3.jar</string>
 			<string>$JAVAROOT/commons-httpclient-3.0.1.jar</string>
 			<string>$JAVAROOT/commons-logging-1.1.jar</string>
@@ -44,9 +44,9 @@
 			<string>$JAVAROOT/javatar-2.5.jar</string>
 			<string>$JAVAROOT/jdom-1.0.jar</string>
 			<string>$JAVAROOT/jlfgr-1_0.jar</string>
-			<string>$JAVAROOT/jsword-1.0.5.jar</string>
-			<string>$JAVAROOT/jsword-common-1.0.5.jar</string>
-			<string>$JAVAROOT/jsword-common-swing-1.0.5.jar</string>
+			<string>$JAVAROOT/jsword-1.0.6.jar</string>
+			<string>$JAVAROOT/jsword-common-1.0.6.jar</string>
+			<string>$JAVAROOT/jsword-common-swing-1.0.6.jar</string>
 			<string>$JAVAROOT/lucene-core-2.1.0.jar</string>
 			</array>
 		<key>Properties</key>

Modified: trunk/bibledesktop/etc/installer/win32/BibleDesktop.nsi
===================================================================
--- trunk/bibledesktop/etc/installer/win32/BibleDesktop.nsi	2007-03-30 18:00:18 UTC (rev 1264)
+++ trunk/bibledesktop/etc/installer/win32/BibleDesktop.nsi	2007-03-30 18:18:55 UTC (rev 1265)
@@ -4,7 +4,7 @@
 !include LogicLib.nsh
 
 !define PRODUCT_NAME "BibleDesktop"
-!define PRODUCT_VERSION "1.0.5"
+!define PRODUCT_VERSION "1.0.6"
 !define CLASS "org.crosswire.bibledesktop.desktop.Desktop"
 
 !define JRE_VERSION "1.5.0"

Modified: trunk/bibledesktop-web/src/web/download.html
===================================================================
--- trunk/bibledesktop-web/src/web/download.html	2007-03-30 18:00:18 UTC (rev 1264)
+++ trunk/bibledesktop-web/src/web/download.html	2007-03-30 18:18:55 UTC (rev 1265)
@@ -9,7 +9,7 @@
 
 <h1>Official Stable Release</h1>
 <p>
-  The latest official release of Bible Desktop is 1.0.5. We provide you a choice of a standard installer or running
+  The latest official release of Bible Desktop is 1.0.6. We provide you a choice of a standard installer or running
   BibleDesktop using WebStart.
 </p>
 
@@ -20,7 +20,7 @@
 </p>
 <table border="0" align="center" cellpadding="5">
   <tr>
-      <td><a href="stable/BibleDesktop-v1.0.5.dmg"><img src="images/blueapple.gif" width="56" height="72" border="0"/></a></td>
+      <td><a href="stable/BibleDesktop-v1.0.6.dmg"><img src="images/blueapple.gif" width="56" height="72" border="0"/></a></td>
       <td>Mac OS X Disk Image</td>
       <td>Just download, open the Disk Image and drag to the Application folder.</td>
   </tr>
@@ -43,7 +43,7 @@
   easier. You won't need to come back to this page.
 </p>
 <div align="center">
-  <a href="nightly/bibledesktop-1.0.5.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
+  <a href="nightly/bibledesktop-1.0.6.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
 </div>
 
 <h1>Nightly Release</h1>
@@ -53,7 +53,7 @@
   You'll need an installation of Java as for the stable release of Bible Desktop.
 </p>
 <div align="center">
-  <a href="nightly/bibledesktop-1.0.5.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
+  <a href="nightly/bibledesktop-1.0.6.jnlp"><img src="images/webstart.jpg" width="247" height="60" border="0"/></a>
 </div>
 
 <h1>Note on Linux</h1>
@@ -68,13 +68,13 @@
 <h1>Binary Downloads</h1>
 <p>
   If you wish to download Bible Desktop without an installer and to run from the command line, it is
-  available in the following formats. The links below are all for version 1.0.5,
+  available in the following formats. The links below are all for version 1.0.6,
   (but <a href="/ftpmirror/pub/jsword/release">this link</a> has older versions
   for what they are worth):
 </p>
 <ul>
-  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.5-bin.zip">For Windows there is a .zip file.</a></li>
-  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.5-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
+  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.6-bin.zip">For Windows there is a .zip file.</a></li>
+  <li><a href="/ftpmirror/pub/jsword/release/bibledesktop-1.0.6-bin.tar.gz">For Linux/Unix there is a .tar.gz file.</a></li>
 </ul>
 
 <h1>Sword Modules</h1>




More information about the jsword-svn mailing list