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

Changed version to 1.1

This commit is contained in:
Gerry Stellenberg
2012-02-19 10:18:47 -06:00
parent 26670142b3
commit d47694682a

View File

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