We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a242e commit 8212cf5Copy full SHA for 8212cf5
src/main.c
@@ -265,9 +265,9 @@ int main(int argc, char** argv) {
265
266
void usage(int header, char* a0) {
267
if (header) {
268
- fprintf(stderr, "========================================\n");
+ fprintf(stderr, "==========================================\n");
269
fprintf(stderr, "== mii %s -- module inverted index ==\n", MII_VERSION);
270
271
}
272
273
fprintf(stderr, "\n");
src/mii.h
@@ -1,7 +1,7 @@
1
#ifndef MII_H
2
#define MII_H
3
4
-#define MII_VERSION "0.1"
+#define MII_VERSION "1.0.0"
5
6
/*
7
* mii interface
0 commit comments