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 415482f commit 407ef92Copy full SHA for 407ef92
kirc.c
@@ -180,7 +180,7 @@ main(int argc, char **argv) {
180
181
while ((cval = getopt(argc, argv, "s:p:o:n:k:c:u:r:w:W:vV")) != -1) {
182
switch (cval) {
183
- case 'v' : puts("kirc 0.0.3"); return 0;
+ case 'v' : puts("kirc 0.0.4"); return 0;
184
case 'V' : verb = 1; break;
185
case 's' : host = optarg; break;
186
case 'w' : gutl = atoi(optarg); break;
0 commit comments