Skip to content

Commit 27d913e

Browse files
Update version number for a possible but unlikely 0.5.3 release
Signed-off-by: Thiago Macieira <[email protected]>
1 parent d94ca09 commit 27d913e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.5.2-build-{build}
1+
version: 0.5.3-build-{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
image:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.5.3

src/tinycbor-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#define TINYCBOR_VERSION_MAJOR 0
22
#define TINYCBOR_VERSION_MINOR 5
3-
#define TINYCBOR_VERSION_PATCH 2
3+
#define TINYCBOR_VERSION_PATCH 3

0 commit comments

Comments
 (0)