commit d9e2eb7a6540273b45020fed869ba0ad2d157688
parent dbe301e58c3f746bd0a5d173ed6d4569bb9af906
Author: Joris Vink <joris@coders.se>
Date: Fri, 12 Dec 2014 18:59:08 +0100
Bump to 1.2.1-release
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -51,7 +51,7 @@ extern int daemon(int, int);
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 2
#define KORE_VERSION_PATCH 1
-#define KORE_VERSION_STATE "current"
+#define KORE_VERSION_STATE "release"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)