[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - configure.ac

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Jun 18 08:01:05 PDT 2013


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

New commits:
commit c04d0a7b4e94dd88ab5af04160a037cfa014e292
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue Jun 18 16:43:10 2013 +0200

    bump version to 4.1.0.1.0+ instead of 4.1.0.1+
    
    as otherwise LIBO_VERSION_PATCH gets assigned "1+", but the code
    doesn't cope with that/expects only numeric values.
    
    Change-Id: I32ffa952e4d377e7998d7a54d877a5f57a9d6046

diff --git a/configure.ac b/configure.ac
index 081899e..f5a72d6 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([LibreOffice],[4.1.0.1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.0.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC


More information about the Libreoffice-commits mailing list