Move towards 1.3.0-devel target, skipping 1.2.4.

Mostly done due to incoming library changes.
This commit is contained in:
Joris Vink 2015-11-12 09:20:14 +01:00
parent 036a4e4d3c
commit 963bdfdb2c
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ extern int daemon(int, int);
#define KORE_RESULT_RETRY 2
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 2
#define KORE_VERSION_PATCH 4
#define KORE_VERSION_STATE "rc1"
#define KORE_VERSION_MINOR 3
#define KORE_VERSION_PATCH 0
#define KORE_VERSION_STATE "devel"
#define KORE_TLS_VERSION_1_2 0
#define KORE_TLS_VERSION_1_0 1