Version bump to 2.6.4 and release

This commit is contained in:
Jeremy Daer 2016-03-23 08:22:03 -07:00
parent df48a05a7f
commit e9ce40293b
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
== HEAD
== Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer <jeremydaer@gmail.com>
Features:
* #772 - Normalize encoding matchers (grosser)
* #775 - Avoid failed encodings / stop bad charsets early (grosser)

View File

@ -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

View File

@ -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

View File

@ -5,7 +5,7 @@ module Mail
MAJOR = 2
MINOR = 6
PATCH = 4
BUILD = 'rc2'
BUILD = nil
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')