diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-05-12 14:53:49 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-05-12 14:53:49 +0200 |
commit | ef5ec121148eaf9d29fc1e8219f5804ba078191b (patch) | |
tree | 869cc79f656d2caebaf1e31cee0e3d8e5730c485 /include | |
parent | e1dff473a625cdbecbaddb89d48fc675efea09f0 (diff) |
Preparation for 1.1.0 releasev1.1.0
- version bump
- ABI version bump
- NEWS updated
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xs.h b/include/xs.h index 6d0a710..56efa52 100644 --- a/include/xs.h +++ b/include/xs.h @@ -56,8 +56,8 @@ extern "C" { /* Version macros for compile-time API version detection */ #define XS_VERSION_MAJOR 1 -#define XS_VERSION_MINOR 0 -#define XS_VERSION_PATCH 1 +#define XS_VERSION_MINOR 1 +#define XS_VERSION_PATCH 0 #define XS_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) |