Author: markt
Date: Wed Dec 9 15:26:39 2015
New Revision: 1718883
URL: http://svn.apache.org/viewvc?rev=1718883&view=rev
Log:
Prep for next dev iteration
Modified:
tomcat/native/branches/1.1.x/build.properties.default
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=1718883&r1=1718882&r2=1718883&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Wed Dec 9 15:26:39
2015
@@ -18,7 +18,7 @@
# ----- Version Control Flags -----
version.major=1
version.minor=1
-version.build=34
+version.build=35
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=1718883&r1=1718882&r2=1718883&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 Wed Dec 9
15:26:39 2015
@@ -63,7 +63,7 @@ extern "C" {
#define TCN_MINOR_VERSION 1
/** patch level */
-#define TCN_PATCH_VERSION 34
+#define TCN_PATCH_VERSION 35
/**
* 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=1718883&r1=1718882&r2=1718883&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 Wed Dec 9
15:26:39 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.34"
+#define TCN_VERSION "1.1.35"
1000 ICON "apache.ico"
1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
END
1 VERSIONINFO
- FILEVERSION 1,1,34,0
- PRODUCTVERSION 1,1,34,0
+ FILEVERSION 1,1,35,0
+ PRODUCTVERSION 1,1,35,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]