We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113075e commit ee3a14aCopy full SHA for ee3a14a
kirc.c
@@ -196,7 +196,7 @@ main(int argc, char **argv) {
196
197
while ((cval = getopt(argc, argv, "s:p:o:n:k:c:u:r:w:W:vV")) != -1) {
198
switch (cval) {
199
- case 'v' : puts("kirc 0.0.2"); break;
+ case 'v' : puts("kirc 0.0.3"); break;
200
case 'V' : verb = 1; break;
201
case 's' : host = optarg; break;
202
case 'w' : gutl = atoi(optarg); break;
0 commit comments