From 4cc6b3ca82432bb2a2fc5a60c420cf863557b374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 14 Mar 2016 09:44:23 +0000 Subject: [PATCH] Preparation for 1.2.0 --- Makefile | 2 +- docker/images/proxysql/centos7-build/proxysql.spec | 2 +- docker/images/proxysql/debian-7.8-build/proxysql.ctl | 2 +- docker/images/proxysql/debian-8.2-build/proxysql.ctl | 2 +- docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl | 2 +- include/proxysql.h | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9f3632308..19f2aac09 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DEBUG=${ALL_DEBUG} #export DEBUG #export OPTZ #export EXTRALINK -CURVER=1.1.1 +CURVER=1.2.0 .PHONY: default default: build_deps build_lib build_src diff --git a/docker/images/proxysql/centos7-build/proxysql.spec b/docker/images/proxysql/centos7-build/proxysql.spec index b5b270ee0..f2c2668a2 100644 --- a/docker/images/proxysql/centos7-build/proxysql.spec +++ b/docker/images/proxysql/centos7-build/proxysql.spec @@ -7,7 +7,7 @@ Summary: A high-performance MySQL proxy Name: proxysql -Version: 1.1.1 +Version: 1.2.0 Release: 1 License: GPL+ Group: Development/Tools diff --git a/docker/images/proxysql/debian-7.8-build/proxysql.ctl b/docker/images/proxysql/debian-7.8-build/proxysql.ctl index 86d339028..c2d7caf80 100644 --- a/docker/images/proxysql/debian-7.8-build/proxysql.ctl +++ b/docker/images/proxysql/debian-7.8-build/proxysql.ctl @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com Standards-Version: 3.9.2 Package: proxysql -Version: 1.1.1 +Version: 1.2.0 Maintainer: Rene Cannao Architecture: amd64 # Changelog: CHANGELOG.md diff --git a/docker/images/proxysql/debian-8.2-build/proxysql.ctl b/docker/images/proxysql/debian-8.2-build/proxysql.ctl index 86d339028..c2d7caf80 100644 --- a/docker/images/proxysql/debian-8.2-build/proxysql.ctl +++ b/docker/images/proxysql/debian-8.2-build/proxysql.ctl @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com Standards-Version: 3.9.2 Package: proxysql -Version: 1.1.1 +Version: 1.2.0 Maintainer: Rene Cannao Architecture: amd64 # Changelog: CHANGELOG.md diff --git a/docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl b/docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl index 86d339028..c2d7caf80 100644 --- a/docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl +++ b/docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com Standards-Version: 3.9.2 Package: proxysql -Version: 1.1.1 +Version: 1.2.0 Maintainer: Rene Cannao Architecture: amd64 # Changelog: CHANGELOG.md diff --git a/include/proxysql.h b/include/proxysql.h index e2f12be86..e8ddd6607 100644 --- a/include/proxysql.h +++ b/include/proxysql.h @@ -87,8 +87,8 @@ #else #define DEB "" #endif /* DEBUG */ -#define PROXYSQL_VERSION "1.1.1.beta7" DEB -#define PROXYSQL_CODENAME "Kleon" +#define PROXYSQL_VERSION "1.2.0a" DEB +#define PROXYSQL_CODENAME "Truls" #ifndef PROXYSQL_FUNC_DEFS #define PROXYSQL_FUNC_DEFS