commit 3c0cc79e6be9f6767ddea826f5962e13cfefc25b
parent ef708bd3b7aa8031e807ab41e1d32dcfef9b79aa
Author: Joris Vink <joris@coders.se>
Date: Wed, 9 Dec 2015 16:29:35 +0100
More incompatible changes incoming, make it clear
Semver demands it.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -49,8 +49,8 @@ extern int daemon(int, int);
#define KORE_RESULT_OK 1
#define KORE_RESULT_RETRY 2
-#define KORE_VERSION_MAJOR 1
-#define KORE_VERSION_MINOR 3
+#define KORE_VERSION_MAJOR 2
+#define KORE_VERSION_MINOR 0
#define KORE_VERSION_PATCH 0
#define KORE_VERSION_STATE "devel"