[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-4-1-6+backports' - configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 22:56:58 UTC 2018


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12207ca8693c09fe13f75e75ff7624a2ab9cc88e
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Sat Aug 18 00:56:13 2018 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Sat Aug 18 00:56:13 2018 +0200

    python3: fix micro version
    
    Change-Id: I0615ade950233b88179fdc599cb12ae14be5a24a

diff --git a/configure.ac b/configure.ac
index fa97cbbf812f..9a00927f2774 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7610,7 +7610,7 @@ internal)
     SYSTEM_PYTHON=NO
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=3
-    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.3
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.7
     BUILD_TYPE="$BUILD_TYPE PYTHON"
     # Embedded Python dies without Home set
     if test "$HOME" = ""; then


More information about the Libreoffice-commits mailing list