Author: rjung
Date: Mon Aug  6 03:07:40 2007
New Revision: 563087

URL: http://svn.apache.org/viewvc?view=rev&rev=563087
Log:
Update version number.

Modified:
    tomcat/connectors/trunk/jk/native/STATUS.txt
    tomcat/connectors/trunk/jk/native/common/portable.h.sample
    tomcat/connectors/trunk/jk/native/configure.in

Modified: tomcat/connectors/trunk/jk/native/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/STATUS.txt?view=diff&rev=563087&r1=563086&r2=563087
==============================================================================
--- tomcat/connectors/trunk/jk/native/STATUS.txt (original)
+++ tomcat/connectors/trunk/jk/native/STATUS.txt Mon Aug  6 03:07:40 2007
@@ -3,7 +3,8 @@
 
 Release:
 
-    1.2.24  : released July 27, 2007
+    1.2.25  : in development
+    1.2.24  : released July 27, 2007, withdrawn August 2, 2007
     1.2.23  : released May 18, 2007
     1.2.22  : released April 17, 2007
     1.2.21  : released March 1, 2007

Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/portable.h.sample?view=diff&rev=563087&r1=563086&r2=563087
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/portable.h.sample (original)
+++ tomcat/connectors/trunk/jk/native/common/portable.h.sample Mon Aug  6 
03:07:40 2007
@@ -1,6 +1,6 @@
-/* On most platform this file is overwritten when doing configure */
-/* common/portable.h.  Generated by configure.  */
-/* common/portable.h.in.  Generated from configure.in by autoheader.  */
+/* Sample file for common/portable.h. */
+/* On most platforms the file common/portable.h is generated */
+/* by configure from common/portable.h.in. */
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
@@ -96,4 +96,4 @@
 #define USE_SO_SNDTIMEO 1
 
 /* Version number of package */
-#define VERSION "1.2.24"
+#define VERSION "1.2.25"

Modified: tomcat/connectors/trunk/jk/native/configure.in
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/configure.in?view=diff&rev=563087&r1=563086&r2=563087
==============================================================================
--- tomcat/connectors/trunk/jk/native/configure.in (original)
+++ tomcat/connectors/trunk/jk/native/configure.in Mon Aug  6 03:07:40 2007
@@ -11,7 +11,7 @@
 
 dnl package and version. (synchronization with common/jk_version.h ?)
 PACKAGE=mod_jk
-VERSION=1.2.24
+VERSION=1.2.25
 
 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to