Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Dec 6, 2019
1 parent 373f23c commit bcd343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define XEUS_FIFT_VERSION_MAJOR 0
#define XEUS_FIFT_VERSION_MINOR 2
#define XEUS_FIFT_VERSION_PATCH 3
#define XEUS_FIFT_VERSION_PATCH 4

#define XEUS_FIFT_CONCATENATE(A, B) XEUS_FIFT_CONCATENATE_IMPL(A, B)
#define XEUS_FIFT_CONCATENATE_IMPL(A, B) A##B
Expand Down

0 comments on commit bcd343b

Please sign in to comment.