Skip to content

Commit 8212cf5

Browse files
committed
use three-part version scheme
1 parent 77a242e commit 8212cf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ int main(int argc, char** argv) {
265265

266266
void usage(int header, char* a0) {
267267
if (header) {
268-
fprintf(stderr, "========================================\n");
268+
fprintf(stderr, "==========================================\n");
269269
fprintf(stderr, "== mii %s -- module inverted index ==\n", MII_VERSION);
270-
fprintf(stderr, "========================================\n");
270+
fprintf(stderr, "==========================================\n");
271271
}
272272

273273
fprintf(stderr, "\n");

src/mii.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef MII_H
22
#define MII_H
33

4-
#define MII_VERSION "0.1"
4+
#define MII_VERSION "1.0.0"
55

66
/*
77
* mii interface

0 commit comments

Comments
 (0)