@@ -, +, @@ --- include/id3/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/id3/globals.h +++ a/include/id3/globals.h @@ -166,7 +166,7 @@ ID3_ENUM(ID3_V2Spec) ID3V2_3_0, ID3V2_4_0, ID3V2_EARLIEST = ID3V2_2_0, - ID3V2_LATEST = ID3V2_3_0 + ID3V2_LATEST = ID3V2_4_0 }; /** The various types of tags that id3lib can handle --