configure.ac                |    2 +-
 distro-configs/CPWin32.conf |    1 +
 distro-configs/CPWin64.conf |    1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 2f933c8c2e374433aa322250310830e7ca1e3cdf
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Wed Jun 1 12:28:47 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Jun 1 12:28:47 2022 +0200

    Bump version to 22.05.2.1
    
    Change-Id: Ifd37ef6e6c73db9432bf47a7f1f67a2d75250e8e

diff --git a/configure.ac b/configure.ac
index 187f1e599edc..9a77f638157b 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],[22.05.1.1],[],[],[https://collaboraoffice.com/])
+AC_INIT([Collabora Office],[22.05.2.1],[],[],[https://collaboraoffice.com/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard
commit cb30676177e69ffc84a479ada9a08c7537ee3138
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Wed Jun 1 12:25:48 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Jun 1 12:26:12 2022 +0200

    [cp] Add privacy policy url
    
    Change-Id: Ibbc18fd03b117b25b3d5daf298d4724a37ea0dec

diff --git a/distro-configs/CPWin32.conf b/distro-configs/CPWin32.conf
index b3b2f6cbc5f7..c9c9312c9013 100644
--- a/distro-configs/CPWin32.conf
+++ b/distro-configs/CPWin32.conf
@@ -24,3 +24,4 @@
 --enable-windows-build-signing
 --enable-symbols
 --enable-breakpad
+--with-privacy-policy-url=https://www.collaboraoffice.com/privacy-policy/
diff --git a/distro-configs/CPWin64.conf b/distro-configs/CPWin64.conf
index 7216b352dc3c..d48c7cdade0f 100644
--- a/distro-configs/CPWin64.conf
+++ b/distro-configs/CPWin64.conf
@@ -24,3 +24,4 @@
 --enable-windows-build-signing
 --enable-symbols
 --enable-breakpad
+--with-privacy-policy-url=https://www.collaboraoffice.com/privacy-policy/

Reply via email to