| commit | 05289f947c81894c152ba190c9b243c867408fb9 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Wed Nov 04 18:52:00 2015 +0000 |
| committer | Mark Thomas <markt@apache.org> | Wed Nov 04 18:52:00 2015 +0000 |
| tree | 6dc113fcb51616f3b47639ebd4ed1475e7f8c702 | |
| parent | 97500487a348befb42c8b08fb204c65c951539dc [diff] |
Tag 1.2.2 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_2@1712610 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index f0a6433..175ffde 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=2 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 0021dff..dac0301 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 */