From ef5ec121148eaf9d29fc1e8219f5804ba078191b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 12 May 2012 14:53:49 +0200 Subject: Preparation for 1.1.0 release - version bump - ABI version bump - NEWS updated Signed-off-by: Martin Sustrik --- include/xs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xs.h') 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)) -- cgit v1.2.3