From b6079a3caff4f22de1c6efe2e3f428b2cf01c655 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 29 Mar 2012 18:11:07 +0200 Subject: Version and ABI bumped to 1.0.1 Signed-off-by: Martin Sustrik --- include/xs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/xs.h b/include/xs.h index 039d62f..2adea21 100644 --- a/include/xs.h +++ b/include/xs.h @@ -57,7 +57,7 @@ extern "C" { /* Version macros for compile-time API version detection */ #define XS_VERSION_MAJOR 1 #define XS_VERSION_MINOR 0 -#define XS_VERSION_PATCH 0 +#define XS_VERSION_PATCH 1 #define XS_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) -- cgit v1.2.3