Skip to content

Commit 39a6fe8

Browse files
committed
Set version to v0.6.2
1 parent 94ca21b commit 39a6fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jlcxx/jlcxx_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define JLCXX_VERSION_MAJOR 0
1717
#define JLCXX_VERSION_MINOR 6
18-
#define JLCXX_VERSION_PATCH 1
18+
#define JLCXX_VERSION_PATCH 2
1919

2020
// From https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor
2121
#define __JLCXX_STR_HELPER(x) #x

0 commit comments

Comments
 (0)