Skip to content

Commit

Permalink
Version bump to 2.6.4 and release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 23, 2016
1 parent df48a05 commit e9ce402
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== HEAD

== Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer <[email protected]>

Features:
* #772 - Normalize encoding matchers (grosser)
* #775 - Avoid failed encodings / stop bad charsets early (grosser)
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2015 Mikel Lindsaar
Copyright (c) 2009-2016 Mikel Lindsaar

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ License

(The MIT License)

Copyright (c) 2009-2015 Mikel Lindsaar
Copyright (c) 2009-2016 Mikel Lindsaar

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION
MAJOR = 2
MINOR = 6
PATCH = 4
BUILD = 'rc2'
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

Expand Down

0 comments on commit e9ce402

Please sign in to comment.