commit cdc2648d40104c5aad735a01ad613bf971f38e7e
parent ee22ec99d6908133e41c1bfb90ffd153d6b0493f
Author: Joris Vink <joris@coders.se>
Date: Fri, 24 Apr 2015 15:54:21 +0200
Move towards 1.2.3-rc1
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -54,8 +54,8 @@ extern int daemon(int, int);
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 2
-#define KORE_VERSION_PATCH 2
-#define KORE_VERSION_STATE "develop"
+#define KORE_VERSION_PATCH 3
+#define KORE_VERSION_STATE "rc1"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)