Skip to content

Commit

Permalink
Post-release changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjssilva committed Aug 30, 2017
1 parent b3cda4f commit 1e3876e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
# https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/

Version 5.1.45


Version 5.1.44

- Fix for Bug#87429 (26633984), repeated close of ServerPreparedStatement causes memory leak.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ com.mysql.jdbc.noCleanBetweenCompiles=yes

<property name="major_version" value="5" />
<property name="minor_version" value="1" />
<property name="subminor_version" value="44" />
<property name="subminor_version" value="45" />
<property name="version_status" value="" />

<property name="version" value="${major_version}.${minor_version}.${subminor_version}${version_status}" />
Expand Down

0 comments on commit 1e3876e

Please sign in to comment.