You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/06/25 11:18:36 UTC

svn commit: r671481 - in /tomcat/connectors/trunk/jni: jnirelease.sh native/include/tcn_version.h native/os/win32/libtcnative.rc

Author: jfclere
Date: Wed Jun 25 02:18:36 2008
New Revision: 671481

URL: http://svn.apache.org/viewvc?rev=671481&view=rev
Log:
Prepare files for release.

Modified:
    tomcat/connectors/trunk/jni/jnirelease.sh
    tomcat/connectors/trunk/jni/native/include/tcn_version.h
    tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

Modified: tomcat/connectors/trunk/jni/jnirelease.sh
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/jnirelease.sh?rev=671481&r1=671480&r2=671481&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/jnirelease.sh (original)
+++ tomcat/connectors/trunk/jni/jnirelease.sh Wed Jun 25 02:18:36 2008
@@ -50,10 +50,15 @@
 
 # Replace JKJNIEXT with branch/or tag
 # and JKJNIVER by the version like 1.1.0
+# DON't forget to update native/include/tcn_version.h
+# and native/os/win32/libtcnative.rc
+# #define TCN_VERISON "1.1.14"
+# FILEVERSION 1,1,14,0
+# PRODUCTVERSION 1,1,14,0
 #JKJNIEXT="trunk"
 #JKJNIVER="current"
-JKJNIEXT="tags/other/TOMCAT_NATIVE_1_1_13"
-JKJNIVER="1.1.13"
+JKJNIEXT="tags/other/TOMCAT_NATIVE_1_1_14"
+JKJNIVER="1.1.14"
 SVNBASE=https://svn.apache.org/repos/asf/tomcat/connectors/
 JKJNIDIST=tomcat-native-${JKJNIVER}-src
 rm -rf ${JKJNIDIST}

Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/include/tcn_version.h?rev=671481&r1=671480&r2=671481&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/include/tcn_version.h (original)
+++ tomcat/connectors/trunk/jni/native/include/tcn_version.h Wed Jun 25 02:18:36 2008
@@ -69,7 +69,7 @@
 #define TCN_MINOR_VERSION       1
 
 /** patch level */
-#define TCN_PATCH_VERSION       12
+#define TCN_PATCH_VERSION       14
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This

Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?rev=671481&r1=671480&r2=671481&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original)
+++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Wed Jun 25 02:18:36 2008
@@ -20,7 +20,7 @@
                      "See the License for the specific language governing " \
                      "permissions and limitations under the License."
 
-#define TCN_VERISON "1.1.12"
+#define TCN_VERISON "1.1.14"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@
 END
 
 1 VERSIONINFO
- FILEVERSION 1,1,12,0
- PRODUCTVERSION 1,1,12,0
+ FILEVERSION 1,1,14,0
+ PRODUCTVERSION 1,1,14,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org