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 b2a8fc8 commit 1925561Copy full SHA for 1925561
kirc.c
@@ -157,7 +157,7 @@ main(int argc, char **argv) {
157
158
while ((cval = getopt(argc, argv, "s:p:n:k:c:u:r:w:W:vV")) != -1) {
159
switch (cval) {
160
- case 'v' : puts("kirc 0.0.1"); break;
+ case 'v' : puts("kirc 0.0.2"); break;
161
case 'V' : verb = 1; break;
162
case 's' : host = optarg; break;
163
case 'w' : gutl = atoi(optarg); break;
0 commit comments