]> err.no Git - sope/commitdiff
exposed the version retrieval method
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 13 Jul 2005 13:08:59 +0000 (13:08 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 13 Jul 2005 13:08:59 +0000 (13:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@896 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/GDLContentStore/ChangeLog
sope-gdl1/GDLContentStore/GCSFolder.h
sope-gdl1/GDLContentStore/Version

index 5798d5b44be521b00527c075b61a2563f5c5d769..13cb1b3cc88edd5b7765c9d0908b03073250f269 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
 
+       * GCSFolder.h: added -versionOfContentWithName: method to header file
+         (v4.5.33)
+
        * GCSFolder.m: return a proper exception if the extractor was unable to
          create a quickrow for a given content object (v4.5.32)
 
index 32d66dff69ea560ffb072a99a2cfe8c5c4316ae0..3fe9cd38f6cdd92fe9586032294809cc9d83391a 100644 (file)
@@ -98,6 +98,8 @@
 - (NSArray *)subFolderNames;
 - (NSArray *)allSubFolderNames;
 
+- (NSNumber *)versionOfContentWithName:(NSString *)_name;
+
 - (NSString *)fetchContentWithName:(NSString *)_name;
 - (NSException *)writeContent:(NSString *)_content toName:(NSString *)_name
   baseVersion:(unsigned int)_baseVersion;
index a0a6ec2796f2f82a1d95d3c28cf431fcf49d34eb..c5585b34c0932f083e7079e5114d8133a2aed579 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION:=4
 MINOR_VERSION:=5
-SUBMINOR_VERSION:=32
+SUBMINOR_VERSION:=33
 
 # v4.5.29 requires libNGExtensions v4.5.161
 # v4.5.26 does not require libNGiCal anymore