| commit | 4ba17069969930029bbf52fef12a9bf9fbad4d38 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Wed Nov 15 10:37:45 2017 +0000 |
| committer | Mark Thomas <markt@apache.org> | Wed Nov 15 10:37:45 2017 +0000 |
| tree | bf7811fe8fc4ae64a972cc9e1db4be5b90b186ca | |
| parent | a4026606e676ec8a4c59c7fefa9f0e30480bc3cf [diff] |
Tag 1.2.16 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_16@1815301 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index b8c1c83..c49a6a2 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=16 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 01a3d3e..7dd3304 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 */