Skip to content

Commit

Permalink
Preparation for 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Dec 12, 2016
1 parent 622ccff commit c1ecff1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEBUG=${ALL_DEBUG}
#export DEBUG
#export OPTZ
#export EXTRALINK
CURVER=1.2.5
CURVER=1.2.6
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
ifeq ($(wildcard /usr/lib/systemd/systemd), /usr/lib/systemd/systemd)
SYSTEMD=1
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/centos67-build/proxysql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: A high-performance MySQL proxy
Name: proxysql
Version: 1.2.5
Version: 1.2.6
Release: 1
License: GPL+
Group: Development/Tools
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/centos7-build/proxysql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: A high-performance MySQL proxy
Name: proxysql
Version: 1.2.5
Version: 1.2.6
Release: 1
License: GPL+
Group: Development/Tools
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/debian-7.8-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/debian-8.2-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/fedora24-build/proxysql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: A high-performance MySQL proxy
Name: proxysql
Version: 1.2.5
Version: 1.2.6
Release: 1
License: GPL+
Group: Development/Tools
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/ubuntu-12.04-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/ubuntu-14.04-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/ubuntu-15.10-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docker/images/proxysql/ubuntu-16.04-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Homepage: http://www.proxysql.com
Standards-Version: 3.9.2

Package: proxysql
Version: 1.2.5
Version: 1.2.6
Maintainer: Rene Cannao <[email protected]>
Architecture: amd64
# Changelog: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion include/proxysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
#else
#define DEB ""
#endif /* DEBUG */
#define PROXYSQL_VERSION "1.2.5" DEB
#define PROXYSQL_VERSION "1.2.6" DEB
#define PROXYSQL_CODENAME "Truls"

#ifndef PROXYSQL_FUNC_DEFS
Expand Down

0 comments on commit c1ecff1

Please sign in to comment.