[Libreoffice] [REVIEW] fix for bullets saving to odp and possibly more issues

Radek Doulík rodo at novell.com
Thu May 12 06:20:28 PDT 2011


Hi,

please review my patch for fdo#37017. It sets version info so that we
don't hit workarounds for versions <= 3.4.x. I would like to put on 3-4
branch.

Cheers
Radek

commit ab328ba55be3b7249d1a55a939182ffd2034c3aa
Author: Radek Doulik <rodo at novell.com>
Date:   Wed May 11 17:48:21 2011 +0200

    change the version info so that we are not identified at runtime as 3.0.x
    
     - fixes https://bugs.freedesktop.org/show_bug.cgi?id=37017

diff --git a/solenv/inc/minor.mk b/solenv/inc/minor.mk
index e33ce16..dfd0189 100644
--- a/solenv/inc/minor.mk
+++ b/solenv/inc/minor.mk
@@ -1,5 +1,5 @@
-RSCVERSION=300
-RSCREVISION=300m103(Build:1)
+RSCVERSION=340
+RSCREVISION=340m1(Build:1)
 BUILD=1
-LAST_MINOR=m103
-SOURCEVERSION=DEV300
+LAST_MINOR=m1
+SOURCEVERSION=OOO340

-- 
Radek Doulík <rodo at novell.com>
Novell, Inc.



More information about the LibreOffice mailing list