Skip to content

Commit

Permalink
Bump version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jan 16, 2024
1 parent 24906be commit 513d33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/jlcxx/jlcxx_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#endif

#define JLCXX_VERSION_MAJOR 0
#define JLCXX_VERSION_MINOR 11
#define JLCXX_VERSION_PATCH 2
#define JLCXX_VERSION_MINOR 12
#define JLCXX_VERSION_PATCH 0

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

0 comments on commit 513d33f

Please sign in to comment.