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 2015/04/07 13:07:12 UTC

svn commit: r1671801 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml native/include/tcn_version.h native/os/win32/libtcnative.rc

Author: markt
Date: Tue Apr  7 11:07:12 2015
New Revision: 1671801

URL: http://svn.apache.org/r1671801
Log:
Update version numbers for next release (1.1.34)

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
    tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc

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=1671801&r1=1671800&r2=1671801&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Tue Apr  7 11:07:12 2015
@@ -18,7 +18,7 @@
 # ----- Version Control Flags -----
 version.major=1
 version.minor=1
-version.build=33
+version.build=34
 version.patch=0
 version.suffix=-dev
 

Modified: tomcat/native/branches/1.1.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.xml?rev=1671801&r1=1671800&r2=1671801&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.xml (original)
+++ tomcat/native/branches/1.1.x/build.xml Tue Apr  7 11:07:12 2015
@@ -33,7 +33,7 @@
     <property name="year"                  value="2015" />
     <property name="version.major"         value="1" />
     <property name="version.minor"         value="1" />
-    <property name="version.build"         value="31" />
+    <property name="version.build"         value="34" />
     <property name="version.patch"         value="0" />
     <property name="version.suffix"        value="" />
 

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=1671801&r1=1671800&r2=1671801&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 Tue Apr  7 11:07:12 2015
@@ -69,7 +69,7 @@ extern "C" {
 #define TCN_MINOR_VERSION       1
 
 /** patch level */
-#define TCN_PATCH_VERSION       33
+#define TCN_PATCH_VERSION       34
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This

Modified: tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc?rev=1671801&r1=1671800&r2=1671801&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc (original)
+++ tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Tue Apr  7 11:07:12 2015
@@ -20,7 +20,7 @@ LANGUAGE 0x9,0x1
                      "See the License for the specific language governing " \
                      "permissions and limitations under the License."
 
-#define TCN_VERSION "1.1.33"
+#define TCN_VERSION "1.1.34"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,1,33,0
- PRODUCTVERSION 1,1,33,0
+ FILEVERSION 1,1,34,0
+ PRODUCTVERSION 1,1,34,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