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

Petr Mladek pmladek at suse.cz
Thu Jul 4 01:32:17 PDT 2013


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

New commits:
commit 2a19bc471c9e19f79c2d4b821cd725515cfdaece
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Jul 4 10:30:25 2013 +0200

    Revert "fixed product version to 4.1.0.2+"
    
    It was actually on purpose because the "+" in the 4th version number
    caused a build crash.
    
    This reverts commit 6dde9fa9f56272d4a67f5e0e30ddddc4cb8ca172.

diff --git a/configure.ac b/configure.ac
index 711ecc6..df40096 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.2+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.0.2.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC


More information about the Libreoffice-commits mailing list