commit bc0fae9c682e229a49bfb1a721377c4cd77dd224
parent 1fae25960362a33a639e7f405c38c533233c9b07
Author: Joris Vink <joris@coders.se>
Date: Tue, 7 Apr 2015 10:02:44 +0200
bump to release
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 "rc1"
+#define KORE_VERSION_STATE "release"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)