Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadRDRK committed Dec 18, 2021
1 parent 86280b1 commit 07ef8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0.0)
project(zpack
LANGUAGES C
VERSION 2.0.0
VERSION 2.0.2
)

cmake_policy(SET CMP0077 NEW)
Expand Down
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 1
#define ZPACK_VERSION_PATCH 2
#define ZPACK_VERSION (ZPACK_VERSION_MAJOR * 100000 + ZPACK_VERSION_MINOR * 1000 + ZPACK_VERSION_PATCH * 10)
#define ZPACK_VERSION_STRING "2.0.1"
#define ZPACK_VERSION_STRING "2.0.2"

typedef uint8_t zpack_u8;
typedef uint16_t zpack_u16;
Expand Down

0 comments on commit 07ef8be

Please sign in to comment.