From c90d6788a13f59effcc2f29d952d7000fe558f7b Mon Sep 17 00:00:00 2001 From: Paolo P Date: Thu, 24 Sep 2015 11:43:33 +0200 Subject: [PATCH 1/3] Update version to 2.0.1 Update to version 2.0.1 --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9a57b2aead79cd5bbb32776b19d96141d5348534 Mon Sep 17 00:00:00 2001 From: Paolo Paolucci Date: Fri, 25 Sep 2015 09:22:25 +0200 Subject: [PATCH 2/3] Errata corrige keyword file --- keywords.txt | 1 - 1 file changed, 1 deletion(-) 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) ####################################### From d7a4c4e0c8bbb57cc5e514a6765e4557b7ddb4d4 Mon Sep 17 00:00:00 2001 From: Paolo Paolucci Date: Fri, 25 Sep 2015 09:23:22 +0200 Subject: [PATCH 3/3] Update version to 2.0.1 --- IRremote.cpp | 2 +- IRremote.h | 2 +- IRremoteInt.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 //