[sword-svn] r1770 - in trunk: . include src/modules

scribe at crosswire.org scribe at crosswire.org
Sun Apr 10 18:27:08 MST 2005


Author: scribe
Date: 2005-04-10 18:27:08 -0700 (Sun, 10 Apr 2005)
New Revision: 1770

Modified:
   trunk/configure.ac
   trunk/include/config.h
   trunk/src/modules/swmodule.cpp
   trunk/usrinst.sh
Log:
Preparing for a prerelease


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-04-11 00:41:50 UTC (rev 1769)
+++ trunk/configure.ac	2005-04-11 01:27:08 UTC (rev 1770)
@@ -5,7 +5,7 @@
 # Version change: Change line 8 only !
 # Change it immediately after a release
 
-AC_INIT(sword, 1.5.8, sword-bugs at crosswire.org)
+AC_INIT(sword, 1.5.7.100, sword-bugs at crosswire.org)
 AC_CONFIG_SRCDIR(sword.bmp)
 AC_PREREQ(2.52)
 AC_REVISION($Revision: 1.45 $)

Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h	2005-04-11 00:41:50 UTC (rev 1769)
+++ trunk/include/config.h	2005-04-11 01:27:08 UTC (rev 1770)
@@ -44,19 +44,19 @@
 #define PACKAGE_NAME "sword"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sword 1.5.8"
+#define PACKAGE_STRING "sword 1.5.7.100"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "sword"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.5.8"
+#define PACKAGE_VERSION "1.5.7.100"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.5.8"
+#define VERSION "1.5.7.100"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */

Modified: trunk/src/modules/swmodule.cpp
===================================================================
--- trunk/src/modules/swmodule.cpp	2005-04-11 00:41:50 UTC (rev 1769)
+++ trunk/src/modules/swmodule.cpp	2005-04-11 01:27:08 UTC (rev 1770)
@@ -860,7 +860,7 @@
 
 	FileMgr::removeDir(target.c_str());
 #else
-	SWSearchable::deleteSearchFrameword();
+	SWSearchable::deleteSearchFramework();
 #endif
 }
 

Modified: trunk/usrinst.sh
===================================================================
--- trunk/usrinst.sh	2005-04-11 00:41:50 UTC (rev 1769)
+++ trunk/usrinst.sh	2005-04-11 01:27:08 UTC (rev 1770)
@@ -1,14 +1,14 @@
 #!/bin/sh
 
 OPTIONS="--prefix=/usr $OPTIONS"
-OPTIONS="--disable-shared $OPTIONS"
+#OPTIONS="--disable-shared $OPTIONS"
 OPTIONS="--without-conf $OPTIONS"
 OPTIONS="--sysconfdir=/etc $OPTIONS"
-OPTIONS="--with-icu $OPTIONS"
+#OPTIONS="--with-icu $OPTIONS"
 #OPTIONS="--with-vcl $OPTIONS"
-OPTIONS="--enable-debug $OPTIONS"
+#OPTIONS="--enable-debug $OPTIONS"
 #OPTIONS="--enable-profile $OPTIONS"
-OPTIONS="--with-lucene $OPTIONS"
+#OPTIONS="--with-lucene $OPTIONS"
 #OPTIONS="--without-curl $OPTIONS"
 #OPTIONS="--enable-tests $OPTIONS"
 #OPTIONS="--disable-utilities $OPTIONS"



More information about the sword-cvs mailing list