Revision: 29254 http://sourceforge.net/p/bibdesk/svn/29254 Author: hofman Date: 2025-05-01 11:44:35 +0000 (Thu, 01 May 2025) Log Message: ----------- default to version 1.2
Modified Paths: -------------- trunk/bibdesk/BDSKSRUGroupServer.m Modified: trunk/bibdesk/BDSKSRUGroupServer.m =================================================================== --- trunk/bibdesk/BDSKSRUGroupServer.m 2025-05-01 11:43:39 UTC (rev 29253) +++ trunk/bibdesk/BDSKSRUGroupServer.m 2025-05-01 11:44:35 UTC (rev 29254) @@ -132,7 +132,7 @@ - (NSString *)searchQueryWithRange:(NSRange)range { NSMutableArray *query = [NSMutableArray array]; - NSString *version = [[[self serverInfo] options] objectForKey:@"version"] ?: @"1.1"; + NSString *version = [[[self serverInfo] options] objectForKey:@"version"] ?: @"1.2"; NSString *syntax = [[self class] normalizedRecordSyntax:[[[self serverInfo] options] objectForKey:@"recordSyntax"]]; [query addObject:[@"version=" stringByAppendingString:version]]; [query addObject:@"operation=searchRetrieve"]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit