| commit | 62a1d532aa6adfa2e2a9481164d0ae67bae86f67 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Wed Dec 09 14:47:30 2015 +0000 |
| committer | Mark Thomas <markt@apache.org> | Wed Dec 09 14:47:30 2015 +0000 |
| tree | 6a78e1c8afa4c9916bd9cf40c61791c83b8e2012 | |
| parent | fd904107743f0bc6b02a0cbca8e49d46815fb00e [diff] |
Tag 1.2.3 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_3@1718870 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 39392c8..da6c43a 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=3 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 30544bd..046090b 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 */