| commit | f37e3d71aea300b47372acf4f8c8eb08bcfea6fb | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Mon Jan 21 14:06:22 2019 +0000 |
| committer | Mark Thomas <markt@apache.org> | Mon Jan 21 14:06:22 2019 +0000 |
| tree | bb833abfbed9fc0ea1789f7a00b84a71e202f52d | |
| parent | 924c453f2ebbc4814d4a4380cfff6fef70672227 [diff] |
Tag 1.2.20 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_20@1851742 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 395f252..004f4e3 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=20 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 fd442fc..208a5f3 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 */