diff --git a/makefile b/makefile index 6bcf16f2..c90d1035 100755 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ include ./common.mk # if set then must end with '/' DESTDIR := -VERSION := 0.5.3 +VERSION := 0.6.0 version_numbers :=$(subst ., ,$(VERSION)) version_major :=$(word 1,$(version_numbers)) diff --git a/packages/_debian-common/changelog b/packages/_debian-common/changelog index 23499674..bdee90e0 100755 --- a/packages/_debian-common/changelog +++ b/packages/_debian-common/changelog @@ -1,4 +1,4 @@ -libsuperiormysqlpp (0.6.0) UNRELEASED; urgency=medium +libsuperiormysqlpp (0.6.0) unstable; urgency=medium [ Jan Kriho ] * feat: use converter struct instead of converter function @@ -10,9 +10,9 @@ libsuperiormysqlpp (0.6.0) UNRELEASED; urgency=medium * fix: Return correct ID from SharedPtrPool.getPopulationId() [ Tomas Prochazka ] - * fix: remove noexcept clause from Statement::close() + * fix: remove noexcept clause from Statement::close() - -- Jan Kriho Fri, 27 Sep 2019 12:57:13 +0200 + -- Radek Smejdir Mon, 02 Dec 2019 13:47:58 +0100 libsuperiormysqlpp (0.5.2) unstable; urgency=medium diff --git a/packages/fedora-22/libsuperiormysqlpp.spec b/packages/fedora-22/libsuperiormysqlpp.spec index abe88bcf..db925b11 100644 --- a/packages/fedora-22/libsuperiormysqlpp.spec +++ b/packages/fedora-22/libsuperiormysqlpp.spec @@ -1,6 +1,6 @@ Name: libsuperiormysqlpp-dev -Version: 0.5.3 -Release: development%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: C++ mysql library development files License: LGPLv3+