msk: set app version to 1.0.0

This commit is contained in:
K. Lange 2018-11-12 16:16:32 +09:00
parent 5bcd190af4
commit 99dbcb81ab

View File

@ -21,7 +21,7 @@
#include <toaru/list.h>
#include <toaru/hashmap.h>
#define MSK_VERSION "0.0.1"
#define MSK_VERSION "1.0.0"
#define VAR_PATH "/var/msk"
static confreader_t * msk_config = NULL;