You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/16 13:42:05 UTC

svn commit: r1844015 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_18: ./ build.properties.default native/include/tcn_version.h

Author: markt
Date: Tue Oct 16 13:42:05 2018
New Revision: 1844015

URL: http://svn.apache.org/viewvc?rev=1844015&view=rev
Log:
Tag 1.2.18

Added:
    tomcat/native/tags/TOMCAT_NATIVE_1_2_18/
      - copied from r1844014, tomcat/native/trunk/
Modified:
    tomcat/native/tags/TOMCAT_NATIVE_1_2_18/build.properties.default
    tomcat/native/tags/TOMCAT_NATIVE_1_2_18/native/include/tcn_version.h

Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_18/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/native/tags/TOMCAT_NATIVE_1_2_18/build.properties.default?rev=1844015&r1=1844014&r2=1844015&view=diff
==============================================================================
--- tomcat/native/tags/TOMCAT_NATIVE_1_2_18/build.properties.default (original)
+++ tomcat/native/tags/TOMCAT_NATIVE_1_2_18/build.properties.default Tue Oct 16 13:42:05 2018
@@ -20,7 +20,7 @@ version.major=1
 version.minor=2
 version.build=18
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
 # Please note this path must be absolute, not relative,

Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_18/native/include/tcn_version.h
URL: http://svn.apache.org/viewvc/tomcat/native/tags/TOMCAT_NATIVE_1_2_18/native/include/tcn_version.h?rev=1844015&r1=1844014&r2=1844015&view=diff
==============================================================================
--- tomcat/native/tags/TOMCAT_NATIVE_1_2_18/native/include/tcn_version.h (original)
+++ tomcat/native/tags/TOMCAT_NATIVE_1_2_18/native/include/tcn_version.h Tue Oct 16 13:42:05 2018
@@ -69,7 +69,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION      1
+#define TCN_IS_DEV_VERSION      0
 
 
 /** The formatted string of APU's version */



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