Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Sep 19, 2024
1 parent 8234ccc commit 5b7a7d7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/DisplayNotifications/DisplayNotifications.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/PacketParser/PacketParser.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/SendPacket/SendPacket.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/VanBusDump/VanBusDump.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*
Expand Down
2 changes: 1 addition & 1 deletion src/VanBusRx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/VanBusRx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/VanBusTx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/VanBusTx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*/
Expand Down
8 changes: 4 additions & 4 deletions src/VanBusVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
*
* Written by Erik Tromp
*
* Version 0.4.0 - March, 2024
* Version 0.4.1 - September, 2024
*
* MIT license, all text above must be included in any redistribution.
*/

#ifndef VanBusVersion_h
#define VanBusVersion_h

#define VAN_BUS_VERSION "0.4.0"
#define VAN_BUS_VERSION "0.4.1"

#define VAN_BUS_VERSION_MAJOR 0
#define VAN_BUS_VERSION_MINOR 4
#define VAN_BUS_VERSION_PATCH 0
#define VAN_BUS_VERSION_PATCH 1

#define VAN_BUS_VERSION_INT 000004000
#define VAN_BUS_VERSION_INT 000004001

#define VAN_BUS_RX_VERSION VAN_BUS_VERSION_INT

Expand Down

0 comments on commit 5b7a7d7

Please sign in to comment.