Skip to content

Commit

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

Version 5.1.46

Version 5.1.45

- Fix for Bug#27131768, NULL POINTER EXCEPTION IN CONNECTION.
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="45" />
<property name="subminor_version" value="46" />
<property name="version_status" value="" />

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

0 comments on commit c7adefe

Please sign in to comment.