Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amachronic/microtar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2017-01-16 22:19:56 +0300
committerrxi <rxi@users.noreply.github.com>2017-01-16 22:19:56 +0300
commit956791770defa4d06696b30db276e88a09ad3538 (patch)
tree0bb21c41c358e311adc5a03fd11769264dc84cd0
parentd2c5a07fcb05857d8b57d1f183e896dd13bfa555 (diff)
Version 0.1.0v0.1.0
-rw-r--r--src/microtar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microtar.h b/src/microtar.h
index 29e71e1..8a047e3 100644
--- a/src/microtar.h
+++ b/src/microtar.h
@@ -11,7 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
-#define MTAR_VERSION "0.0.0"
+#define MTAR_VERSION "0.1.0"
enum {
MTAR_ESUCCESS = 0,