commit 86434a57c119f19af4536704733c5076efd73d7b
parent 5d4f956f693c83fc4f7c54215d1a147aa4dc5a37
Author: Joris Vink <joris@coders.se>
Date: Thu, 17 Jul 2014 10:22:45 +0200
Bump to 1.2-release in preparation of the actual release
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/includes/kore.h b/includes/kore.h
@@ -50,8 +50,8 @@ extern int daemon(int, int);
#define KORE_NAME_STRING "kore"
#define KORE_VERSION_MAJOR 1
-#define KORE_VERSION_MINOR 1
-#define KORE_VERSION_STATE "current"
+#define KORE_VERSION_MINOR 2
+#define KORE_VERSION_STATE "release"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)