Preparation for 1.2.0

pull/525/head
René Cannaò 10 years ago
parent bc8c5e175a
commit 4cc6b3ca82

@ -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

@ -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

@ -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 <rene.cannao@gmail.com>
Architecture: amd64
# Changelog: CHANGELOG.md

@ -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 <rene.cannao@gmail.com>
Architecture: amd64
# Changelog: CHANGELOG.md

@ -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 <rene.cannao@gmail.com>
Architecture: amd64
# Changelog: CHANGELOG.md

@ -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

Loading…
Cancel
Save