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

Petr Mladek pmladek at suse.cz
Thu Jul 4 01:03:26 PDT 2013


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

New commits:
commit 3dbbaea8aa5e56981acc90737237197511ddfdac
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Jul 4 10:02:02 2013 +0200

    fixed product version to 4.1.1.0+
    
    the extra 5th version number was there by mistake
    
    Change-Id: I85c37dc10f5f3c3a8c09b9e89c34dce13be26e48

diff --git a/configure.ac b/configure.ac
index b4ce4a2..844b49c 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.1.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 save_CC=$CC


More information about the Libreoffice-commits mailing list