1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Changed pinprocfw's version to 1.0

This commit is contained in:
Gerry Stellenberg
2011-07-08 16:40:38 -05:00
parent 5fb16ba80a
commit 7a77f9c03b

View File

@@ -1897,7 +1897,7 @@ int openPROC()
void printUsage(char * name)
{
fprintf(stderr, "\n%s: Version 0.92", name );
fprintf(stderr, "\n%s: Version 1.0", name );
fprintf(stderr, "\nUSAGE: %s <filename>\n", name );
fprintf(stderr, " filename = the .xsvf or .p-roc file to execute.\n" );
}