summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-09-21 01:00:29 -0700
committerAndras Timar <andras.timar@collabora.com>2018-09-21 01:00:29 -0700
commit2a9e5f2f24aa9f44eaeb4c06ca7439b87cbd3b89 (patch)
tree34536dcd59905b7d9682826b4e87e3d9537fb4df
parentc7b0292184c0942ca00633b88e76367092f3ea91 (diff)
Bump version to 5.3-57 co-5.3-57
Change-Id: I7502da6d7242d0d2041cdfd2458dd800bb63e801
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab6184ee0d9b..0df4964221eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([Collabora Office],[5.3.10.54],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[5.3.10.57],[],[],[https://collaboraoffice.com/])
AC_PREREQ([2.59])
links the connector static library. There are more authentication plugins but no idea if those are needed. Change-Id: I88ee9629e4763fb548c3f294b552cff3d739e6cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107006 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> 2020-11-10mariadb-connector-c: fix makefile for GNU make 3.82Michael Stahl Old make thinks that ; terminates the recipe, have to escape it. (other changes are just cosmetic) (regression from 8c9b8c5970a08c2ef0ccddb7a691f3731d39175a) Change-Id: Ib0119511977bbff077f037fbb5975df9f860ae58 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105516 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de> 2020-11-06tdf#135202: Mysql use openssl libs to be able to use caching_sha2_pwJulien Nabet Change-Id: I7552b65022b725c6e87fef61478dc6e9c4322559 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105376 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>