commit 057924a5d576c9d327b435ed2d22a2a7ea3ae456
parent b0ff041709a69247a8a01bf28098b39625269c99
Author: Joris Vink <joris@coders.se>
Date: Thu, 9 Apr 2015 11:45:17 +0200
Move to 1.2.2-develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -55,7 +55,7 @@ extern int daemon(int, int);
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 2
#define KORE_VERSION_PATCH 2
-#define KORE_VERSION_STATE "release"
+#define KORE_VERSION_STATE "develop"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)