diff --git a/IRremote.cpp b/IRremote.cpp index e079ece..466a4fb 100644 --- a/IRremote.cpp +++ b/IRremote.cpp @@ -1,6 +1,6 @@ //****************************************************************************** // IRremote -// Version 0.11 August, 2009 +// Version 2.0.1 June, 2015 // Copyright 2009 Ken Shirriff // For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html // diff --git a/IRremote.h b/IRremote.h index 4af944a..86815b4 100644 --- a/IRremote.h +++ b/IRremote.h @@ -1,7 +1,7 @@ //****************************************************************************** // IRremote -// Version 0.1 July, 2009 +// Version 2.0.1 June, 2015 // Copyright 2009 Ken Shirriff // For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html // Edited by Mitra to add new controller SANYO diff --git a/IRremoteInt.h b/IRremoteInt.h index 32515c3..125eb72 100644 --- a/IRremoteInt.h +++ b/IRremoteInt.h @@ -1,6 +1,6 @@ //****************************************************************************** // IRremote -// Version 0.1 July, 2009 +// Version 2.0.1 June, 2015 // Copyright 2009 Ken Shirriff // For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html // diff --git a/keywords.txt b/keywords.txt index 808c7ea..6fd016f 100644 --- a/keywords.txt +++ b/keywords.txt @@ -32,7 +32,6 @@ sendSharpRaw KEYWORD2 sendPanasonic KEYWORD2 sendJVC KEYWORD2 -# ####################################### # Constants (LITERAL1) ####################################### diff --git a/library.properties b/library.properties index 094b283..3553dc1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=IRremote -version=1.0 +version=2.0.1 author=shirriff maintainer=shirriff sentence=Send and receive infrared signals with multiple protocols