From 242340b045e15499566c171a6fc9a4f7dc861b54 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 19 May 2015 08:48:17 +0200 Subject: [PATCH] Bump to 1.2.3-rc2 --- includes/kore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/kore.h b/includes/kore.h index 61f1d7f..dfebcdb 100644 --- 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 3 -#define KORE_VERSION_STATE "rc1" +#define KORE_VERSION_STATE "rc2" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1