summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-02 19:17:14 -0500
committerjakob <jakob@memeware.net>2017-03-02 19:17:14 -0500
commited4c4e35658c9d2849ad6fde9c9a423323026a53 (patch)
tree279671b1f8359438287fa613ad63b808a7163678 /src
parent0e67a05edcc3ba01221a6bfd14750b5b8090887f (diff)
First alpha release of version 2.0.0
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d135f15..da9a835 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,7 +30,7 @@
#include "io.h"
#include "table.h"
-#define VERSION_STR "2.0.0b1"
+#define VERSION_STR "2.0.0a1"
/* Pointer to a function to be mapped to entries in the table. */
typedef void (*mapfn)(struct stream *archive, struct table_entry *e,