From c6b06b3b4b34814aba856513706e022d0ff3ecc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 22 Jul 2016 12:42:57 +0000 Subject: [PATCH] Version 1.2.1 --- Makefile | 2 +- include/proxysql.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa13961c6..927c3a0c3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DEBUG=${ALL_DEBUG} #export DEBUG #export OPTZ #export EXTRALINK -CURVER=1.2.0 +CURVER=1.2.1 .PHONY: default default: build_deps build_lib build_src diff --git a/include/proxysql.h b/include/proxysql.h index b4b49f870..506a7fe3c 100644 --- a/include/proxysql.h +++ b/include/proxysql.h @@ -85,7 +85,7 @@ #else #define DEB "" #endif /* DEBUG */ -#define PROXYSQL_VERSION "1.2.0k" DEB +#define PROXYSQL_VERSION "1.2.1" DEB #define PROXYSQL_CODENAME "Truls" #ifndef PROXYSQL_FUNC_DEFS