Author: markt Date: Fri Oct 17 19:51:18 2014 New Revision: 1632658 URL: http://svn.apache.org/r1632658 Log: Bump version ready for next release
Modified: tomcat/native/branches/1.1.x/build.properties.default 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=1632658&r1=1632657&r2=1632658&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/build.properties.default (original) +++ tomcat/native/branches/1.1.x/build.properties.default Fri Oct 17 19:51:18 2014 @@ -18,7 +18,7 @@ # ----- Version Control Flags ----- version.major=1 version.minor=1 -version.build=31 +version.build=32 version.patch=0 version.suffix=-dev 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=1632658&r1=1632657&r2=1632658&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 Fri Oct 17 19:51:18 2014 @@ -69,7 +69,7 @@ extern "C" { #define TCN_MINOR_VERSION 1 /** patch level */ -#define TCN_PATCH_VERSION 31 +#define TCN_PATCH_VERSION 32 /** * This symbol is defined for internal, "development" copies of TCN. This --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org