| commit | a8923575e2898c849eeea4e3049ce1ba002137e8 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Fri Nov 30 13:02:14 2018 +0000 |
| committer | Mark Thomas <markt@apache.org> | Fri Nov 30 13:02:14 2018 +0000 |
| tree | 5064329ec88d5aefeff34e7e8178cda78844d2bc | |
| parent | 52c07484efeafd059eab321577840fcbee991888 [diff] |
Tag 1.2.19 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_19@1847814 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 5037ee6..926015d 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=19 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 9a12e0e..d8c9a19 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 */