Skip to content

Commit

Permalink
increment minor version for a bunch of bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed May 3, 2024
1 parent c8d01b7 commit a2b2265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#endif

const char* NAME = "cliffi";
const char* VERSION = "v1.7.3";
const char* VERSION = "v1.7.4";
const char* BASIC_USAGE_STRING = "<library> <return_typeflag> <function_name> [[-typeflag] <arg>.. [ ... <varargs>..] ]\n";

sigjmp_buf jmpBuffer;
Expand Down

0 comments on commit a2b2265

Please sign in to comment.