We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f470bbc commit b29a47aCopy full SHA for b29a47a
src/codegen/version.h
@@ -2,5 +2,5 @@
2
3
#include <stdint.h>
4
5
-#define CODEGEN_LIB_VERSION_MAJ (1)
6
-#define CODEGEN_LIB_VERSION_MIN (9)
+#define CODEGEN_LIB_VERSION_MAJ (2)
+#define CODEGEN_LIB_VERSION_MIN (0)
0 commit comments