Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpatrilPeter committed Jun 20, 2019
1 parent 73bb8f9 commit 8d40a97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include ./common.mk
# if set then must end with '/'
DESTDIR :=

VERSION := 0.4.1
VERSION := 0.5.0
version_numbers :=$(subst ., ,$(VERSION))
version_major :=$(word 1,$(version_numbers))

Expand Down
4 changes: 2 additions & 2 deletions packages/_debian-common/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libsuperiormysqlpp (0.5.0) UNRELEASED; urgency=medium
libsuperiormysqlpp (0.5.0) unstable; urgency=medium

[ Peter Opatril ]
* refactor: Logging system (DRY)
Expand All @@ -8,7 +8,7 @@ libsuperiormysqlpp (0.5.0) UNRELEASED; urgency=medium
* feat: Implement psQuery/psParamQuery/psResultQuery convenience functions
* refactor: Change order of arguments for psQuery/psParamQuery/psResultQuery functions before release

-- Peter Opatril <[email protected]> Fri, 24 May 2019 14:07:13 +0000
-- Peter Opatril <[email protected]> Thu, 20 Jun 2019 12:33:09 +0000

libsuperiormysqlpp (0.4.0) unstable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions packages/fedora-22/libsuperiormysqlpp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: libsuperiormysqlpp-dev
Version: 0.4.1
Release: development%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: C++ mysql library development files

License: LGPLv3+
Expand Down

0 comments on commit 8d40a97

Please sign in to comment.