Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadRDRK committed Dec 5, 2021
1 parent e8491fd commit 26b38e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/zpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

#define ZPACK_VERSION_MAJOR 2
#define ZPACK_VERSION_MINOR 0
#define ZPACK_VERSION_PATCH 0
#define ZPACK_VERSION_PATCH 1
#define ZPACK_VERSION (ZPACK_VERSION_MAJOR * 100000 + ZPACK_VERSION_MINOR * 1000 + ZPACK_VERSION_PATCH * 10)
#define ZPACK_VERSION_STRING "2.0.0"
#define ZPACK_VERSION_STRING "2.0.1"

typedef uint8_t zpack_u8;
typedef uint16_t zpack_u16;
Expand Down

0 comments on commit 26b38e9

Please sign in to comment.