Skip to content

Commit fdea40e

Browse files
committed
Revert to 2.9
1 parent 0273762 commit fdea40e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IRremote Arduino Library
22
Available as Arduino library "IRremote"
33

4-
### [Version 3.0.0](https://github.com/z3t0/Arduino-IRremote/releases) - work in progress
4+
### [Version 2.9.0](https://github.com/z3t0/Arduino-IRremote/releases) - work in progress
55

66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![Commits since latest](https://img.shields.io/github/commits-since/z3t0/Arduino-IRremote/latest)](https://github.com/z3t0/Arduino-IRremote/commits/master)

src/IRremote.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
//------------------------------------------------------------------------------
2828
#include "private/IRremoteInt.h"
2929

30-
#define VERSION_IRREMOTE "3.0.0"
31-
#define VERSION_IRREMOTE_MAJOR 3
32-
#define VERSION_IRREMOTE_MINOR 0
30+
#define VERSION_IRREMOTE "2.9.0"
31+
#define VERSION_IRREMOTE_MAJOR 2
32+
#define VERSION_IRREMOTE_MINOR 9
3333

3434
/****************************************************
3535
* PROTOCOLS

0 commit comments

Comments
 (0)