You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2013/10/10 11:36:14 UTC

svn commit: r1530898 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml native/include/tcn_version.h

Author: mturk
Date: Thu Oct 10 09:36:13 2013
New Revision: 1530898

URL: http://svn.apache.org/r1530898
Log:
Prepare versions for tag

Modified:
    tomcat/native/branches/1.1.x/build.properties.default
    tomcat/native/branches/1.1.x/build.xml
    tomcat/native/branches/1.1.x/native/include/tcn_version.h

Modified: tomcat/native/branches/1.1.x/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.properties.default?rev=1530898&r1=1530897&r2=1530898&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Thu Oct 10 09:36:13 2013
@@ -20,8 +20,8 @@ version.major=1
 version.minor=1
 version.build=29
 version.patch=0
-version.suffix=-dev
-#version.suffix=
+#version.suffix=-dev
+version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
 # Please note this path must be absolute, not relative,

Modified: tomcat/native/branches/1.1.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.xml?rev=1530898&r1=1530897&r2=1530898&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.xml (original)
+++ tomcat/native/branches/1.1.x/build.xml Thu Oct 10 09:36:13 2013
@@ -35,7 +35,7 @@
     <property name="version.minor"         value="1" />
     <property name="version.build"         value="29" />
     <property name="version.patch"         value="0" />
-    <property name="version.suffix"        value="-dev" />
+    <property name="version.suffix"        value="" />
 
     <property name="junit.home"            value="/usr/local/junit3.8"/>
     <property name="junit.jar"             value="${junit.home}/junit.jar"/>

Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=1530898&r1=1530897&r2=1530898&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original)
+++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Thu Oct 10 09:36:13 2013
@@ -75,7 +75,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