On 25/06/2019 15:48, ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to tag 1.2.22 > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > commit ce0efe134673fa3094128ef74bca0a34cb0c8726 > Author: Mark Thomas <ma...@apache.org> > AuthorDate: Tue Jun 25 15:40:55 2019 +0100 > > Tag 1.2.22
This tag isn't going to get released. I need to make some tweaks to the make file to enable this to build with APR 1.7.0. I have APR building with 1.7.0. I want to complete this build so I can test the binaries on Windows. Once I know I have a working build, I'll re-tag. Thanks, Mark > --- > build.properties.default | 2 +- > native/include/tcn_version.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build.properties.default b/build.properties.default > index c929bbf..34c4dae 100644 > --- a/build.properties.default > +++ b/build.properties.default > @@ -20,7 +20,7 @@ version.major=1 > version.minor=2 > version.build=22 > 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 5ff093c..5702f61 100644 > --- a/native/include/tcn_version.h > +++ b/native/include/tcn_version.h > @@ -69,7 +69,7 @@ extern "C" { > * 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 */ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org