[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeedu/kig/filters
From:       Dominique Devriese <devriese () kde ! org>
Date:       2003-05-08 15:58:15
[Download RAW message or body]

CVS commit by domi: 

oops, not supposed to commit this yet :)


  M +2 -2      native-filter.cc   1.3


--- kdeedu/kig/filters/native-filter.cc  #1.2:1.3
@@ -75,5 +75,5 @@ KigFilter::Result KigFilterNative::load(
   // we only support 0.* ( for now ? :)
   if ( major != 0 ) return NotSupported;
-  if ( minor > 5 ) return NotSupported;
+  if ( minor > 4 ) return NotSupported;
   return minor > 3 ?
     loadNew( main, to ) : loadOld( main, to );
@@ -113,5 +113,5 @@ KigFilter::Result KigFilterNative::save(
 
   QDomElement docelem = doc.createElement( "KigDocument" );
-  docelem.setAttribute( "Version", "0.5.0" );
+  docelem.setAttribute( "Version", "0.4.1" );
 
   // save the coordinate system type..


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic