| commit | b5667d6ebf874e82b4247c6ad1d27469a06d890f | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Wed Mar 02 11:16:31 2016 +0000 |
| committer | Mark Thomas <markt@apache.org> | Wed Mar 02 11:16:31 2016 +0000 |
| tree | 782d45902701596491d65ba73c7437392f907a84 | |
| parent | ae69eebaa2c679a73838a1a8fe375b7904676c01 [diff] |
Tag 1.2.5 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_5@1733258 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 3246590..d9a8501 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=5 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 e82ece2..dbeee37 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 */