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