diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-21 04:42:27 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-21 04:42:27 +0100 |
commit | 3e51110cf71935a1a7dab04c2de43cc0aaf5bc77 (patch) | |
tree | 19a91713ad9a223009c3bfecefb8d7bfe5857ade | |
parent | b6f33604bd2809d9845e39701089f5e428b73c0d (diff) |
Version bumped to 1.0.0
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-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 |