Skip to content

Commit

Permalink
Set version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Nov 11, 2024
1 parent 01fb872 commit c2fcc3f
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 @@ -15,8 +15,8 @@
#endif

#define JLCXX_VERSION_MAJOR 0
#define JLCXX_VERSION_MINOR 13
#define JLCXX_VERSION_PATCH 2
#define JLCXX_VERSION_MINOR 14
#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 c2fcc3f

Please sign in to comment.