Skip to content

Commit

Permalink
Update polyglot.h
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <[email protected]>
  • Loading branch information
ShivanshVij authored Jul 4, 2024
1 parent 9f62319 commit 8d46914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polyglot.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>

#define POLYGLOT_VERSION_MAJOR 1
#define POLYGLOT_VERSION_MINOR 1
#define POLYGLOT_VERSION_MICRO 4
#define POLYGLOT_VERSION_MAJOR 2
#define POLYGLOT_VERSION_MINOR 0
#define POLYGLOT_VERSION_MICRO 1

#define POLYGLOT_VERSION \
((POLYGLOT_VERSION_MAJOR * 10000) + \
Expand Down

0 comments on commit 8d46914

Please sign in to comment.