diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 11:08:53 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 11:08:53 +0200 |
commit | 1f6d8da319eb536782c0f9d0b30bcc085ede646f (patch) | |
tree | 437ec251b656044b7ce2ee5bf94c5f315f988cc9 /include/xs | |
parent | db99547e5ac10c303a175f15733036183ab8af09 (diff) |
Preparation for 1.2.0 releasev1.2.0
- version number bumped
- NEWS updated
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include/xs')
-rw-r--r-- | include/xs/xs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xs/xs.h b/include/xs/xs.h index 74d5f34..9759967 100644 --- a/include/xs/xs.h +++ b/include/xs/xs.h @@ -56,7 +56,7 @@ extern "C" { /* Version macros for compile-time API version detection */ #define XS_VERSION_MAJOR 1 -#define XS_VERSION_MINOR 1 +#define XS_VERSION_MINOR 2 #define XS_VERSION_PATCH 0 #define XS_MAKE_VERSION(major, minor, patch) \ |