[sword-svn] r2381 - trunk/include

scribe at crosswire.org scribe at crosswire.org
Mon May 4 17:48:31 MST 2009


Author: scribe
Date: 2009-05-04 17:48:31 -0700 (Mon, 04 May 2009)
New Revision: 2381

Modified:
   trunk/include/config.h
Log:
upped the version number


Modified: trunk/include/config.h
===================================================================
--- trunk/include/config.h	2009-05-05 00:30:40 UTC (rev 2380)
+++ trunk/include/config.h	2009-05-05 00:48:31 UTC (rev 2381)
@@ -40,6 +40,10 @@
 /* Define to 1 if you have the `vsnprintf' function. */
 #define HAVE_VSNPRINTF 1
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "sword"
 
@@ -50,19 +54,19 @@
 #define PACKAGE_NAME "sword"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "sword 1.5.11.99"
+#define PACKAGE_STRING "sword 1.5.11.103"
 
 /* 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.11.99"
+#define PACKAGE_VERSION "1.5.11.103"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.5.11.99"
+#define VERSION "1.5.11.103"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */




More information about the sword-cvs mailing list