Revision: 7483 http://skim-app.svn.sourceforge.net/skim-app/?rev=7483&view=rev Author: hofman Date: 2011-09-09 09:34:02 +0000 (Fri, 09 Sep 2011) Log Message: ----------- bump skim notes version numbers for release
Modified Paths: -------------- trunk/SkimNotes/Configurations/SkimNotes-Framework.xcconfig trunk/SkimNotes/Info.plist trunk/SkimNotes/skimnotes.m trunk/SkimNotes/skimpdf.m Modified: trunk/SkimNotes/Configurations/SkimNotes-Framework.xcconfig =================================================================== --- trunk/SkimNotes/Configurations/SkimNotes-Framework.xcconfig 2011-09-08 15:28:44 UTC (rev 7482) +++ trunk/SkimNotes/Configurations/SkimNotes-Framework.xcconfig 2011-09-09 09:34:02 UTC (rev 7483) @@ -3,7 +3,7 @@ INSTALL_PATH = @executable_path/../Frameworks DYLIB_COMPATIBILITY_VERSION = 1.1 -DYLIB_CURRENT_VERSION = 1.2.7 +DYLIB_CURRENT_VERSION = 1.2.8 FRAMEWORK_VERSION = A INFOPLIST_FILE = Info.plist Modified: trunk/SkimNotes/Info.plist =================================================================== --- trunk/SkimNotes/Info.plist 2011-09-08 15:28:44 UTC (rev 7482) +++ trunk/SkimNotes/Info.plist 2011-09-09 09:34:02 UTC (rev 7483) @@ -19,7 +19,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.2.7</string> + <string>1.2.8</string> <key>NSHumanReadableCopyright</key> <string>© Christiaan M. Hofman, 2008-2011</string> <key>NSPrincipalClass</key> Modified: trunk/SkimNotes/skimnotes.m =================================================================== --- trunk/SkimNotes/skimnotes.m 2011-09-08 15:28:44 UTC (rev 7482) +++ trunk/SkimNotes/skimnotes.m 2011-09-09 09:34:02 UTC (rev 7483) @@ -42,7 +42,7 @@ #import "SKNUtilities.h" static char *usageStr = "Usage:\n skimnotes get [-format skim|text|rtf] PDF_FILE [NOTES_FILE|-]\n skimnotes set PDF_FILE [SKIM_FILE|-] [TEXT_FILE] [RTF_FILE]\n skimnotes remove PDF_FILE\n skimnotes convert IN_PDF_FILE [OUT_PDF_FILE]\n skimnotes agent [SERVER_NAME]\n skimnotes protocol\n skimnotes help [VERB]\n skimnotes version"; -static char *versionStr = "SkimNotes command-line client, version 2.4.1"; +static char *versionStr = "SkimNotes command-line client, version 2.4.2"; static char *getHelpStr = "skimnotes get: read Skim notes from a PDF\nUsage: skimnotes get [-format skim|text|rtf] PDF_FILE [NOTES_FILE|-]\n\nReads Skim, Text, or RTF notes from extended attributes of PDF_FILE or the contents of PDF bundle PDF_FILE and writes to NOTES_FILE or standard output.\nUses notes file with same base name as PDF_FILE if SKIM_FILE is not provided.\nReads Skim notes when no format is provided."; static char *setHelpStr = "skimnotes set: write Skim notes to a PDF\nUsage: skimnotes set PDF_FILE [SKIM_FILE|-] [TEXT_FILE] [RTF_FILE]\n\nWrites notes to extended attributes of PDF_FILE or the contents of PDF bundle PDF_FILE from SKIM_FILE or standard input.\nUses notes file with same base name as PDF_FILE if SKIM_FILE is not provided. Writes a default form for the text formats based on the contents of SKIM_FILE if TEXT_FILE and/or RTF_FILE are not provided."; Modified: trunk/SkimNotes/skimpdf.m =================================================================== --- trunk/SkimNotes/skimpdf.m 2011-09-08 15:28:44 UTC (rev 7482) +++ trunk/SkimNotes/skimpdf.m 2011-09-09 09:34:02 UTC (rev 7483) @@ -44,7 +44,7 @@ #import "SKNPDFAnnotationNote.h" static char *usageStr = "Usage:\n skimpdf embed IN_PDF_FILE [OUT_PDF_FILE]\n skimpdf unembed IN_PDF_FILE [OUT_PDF_FILE]\n skimpdf merge IN_PDF_FILE_1 IN_PDF_FILE_2 [OUT_PDF_FILE]\n skimpdf extract IN_PDF_FILE [OUT_PDF_FILE] [-range START [LENGTH] | -page PAGE1... | -odd | -even]\n skimpdf help [VERB]\n skimpdf version"; -static char *versionStr = "SkimPDF command-line client, version 1.0"; +static char *versionStr = "SkimPDF command-line client, version 1.0.1"; static char *embedHelpStr = "skimpdf embed: embed Skim notes in a PDF\nUsage: skimpdf embed IN_PDF_FILE [OUT_PDF_FILE]\n\nWrites PDF with Skim notes from IN_PDF_FILE to PDF with annotations embedded in the PDF to OUT_PDF_FILE.\nWrites to IN_PDF_FILE when OUT_PDF_FILE is not provided."; static char *unembedHelpStr = "skimpdf unembed: converts annotations embedded in a PDF to Skim notes\nUsage: skimpdf unembed IN_PDF_FILE [OUT_PDF_FILE]\n\nConverts annotations embedded in IN_PDF_FILE to Skim notes and writes the PDF data with notes removed to OUT_PDF_FILE with the Skim notes written to the extended attributes.\nWrites to IN_PDF_FILE when OUT_PDF_FILE is not provided."; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Why Cloud-Based Security and Archiving Make Sense Osterman Research conducted this study that outlines how and why cloud computing security and archiving is rapidly being adopted across the IT space for its ease of implementation, lower cost, and increased reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit