diff options
-rw-r--r-- | include/xs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xs.h b/include/xs.h index 7800672..0b830fb 100644 --- a/include/xs.h +++ b/include/xs.h @@ -55,7 +55,7 @@ extern "C" { /******************************************************************************/ /* Version macros for compile-time API version detection */ -#define XS_VERSION_MAJOR 0 +#define XS_VERSION_MAJOR 1 #define XS_VERSION_MINOR 0 #define XS_VERSION_PATCH 0 |