Skip to content

Commit

Permalink
Update versions for TinyCBOR 0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
thiagomacieira committed Mar 31, 2018
1 parent ae64a3d commit 3642f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.1-build-{build}
version: 0.5.2-build-{build}
pull_requests:
do_not_increment_build_number: true
image:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion src/tinycbor-version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define TINYCBOR_VERSION_MAJOR 0
#define TINYCBOR_VERSION_MINOR 5
#define TINYCBOR_VERSION_PATCH 1
#define TINYCBOR_VERSION_PATCH 2

0 comments on commit 3642f49

Please sign in to comment.