Skip to content

Commit e9ce402

Browse files
committed
Version bump to 2.6.4 and release
1 parent df48a05 commit e9ce402

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.rdoc

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== HEAD
22

3+
== Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer <[email protected]>
4+
35
Features:
46
* #772 - Normalize encoding matchers (grosser)
57
* #775 - Avoid failed encodings / stop bad charsets early (grosser)

MIT-LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2015 Mikel Lindsaar
1+
Copyright (c) 2009-2016 Mikel Lindsaar
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ License
697697

698698
(The MIT License)
699699

700-
Copyright (c) 2009-2015 Mikel Lindsaar
700+
Copyright (c) 2009-2016 Mikel Lindsaar
701701

702702
Permission is hereby granted, free of charge, to any person obtaining
703703
a copy of this software and associated documentation files (the

lib/mail/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
MAJOR = 2
66
MINOR = 6
77
PATCH = 4
8-
BUILD = 'rc2'
8+
BUILD = nil
99

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

0 commit comments

Comments
 (0)