| commit | e723d75067d5d82ee83b9a7635c573a262ec74f1 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue Jan 05 12:39:45 2016 +0000 |
| committer | Mark Thomas <markt@apache.org> | Tue Jan 05 12:39:45 2016 +0000 |
| tree | 6a8d2dd25b568cd8324a277d6a79f143bb440fd7 | |
| parent | 290b4548542cdff3e9211422f484579d85591438 [diff] |
Tag 1.2.4 git-svn-id: https://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_2_4@1723060 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.default b/build.properties.default index 24fb04e..246d845 100644 --- a/build.properties.default +++ b/build.properties.default
@@ -20,7 +20,7 @@ version.minor=2 version.build=4 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 3ff2af0..c0bfb8e 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 */