| commit | 226e32b871259c206e90f19d3c5e5d130fe16519 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue Jun 28 19:58:50 2016 +0000 |
| committer | Mark Thomas <markt@apache.org> | Tue Jun 28 19:58:50 2016 +0000 |
| tree | d8e08793ba7b80e69d49bf0e900b2a6ca29afc21 | |
| parent | 5ecd1aeb5d1b7d750d266794af78474bd9c7e986 [diff] |
Tag 1.2.8 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_8@1750573 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 3087af5..a142f23 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=8 version.patch=0 -version.suffix=-dev +version.suffix= # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative,
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h index 604115c..f798a93 100644 --- a/native/include/tcn_version.h +++ b/native/include/tcn_version.h
@@ -69,7 +69,7 @@ * 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 */