From 70526a47eb10d35d106413c4cfcc9c052bab4445 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 22 Jun 2017 18:48:14 -0700 Subject: [PATCH] Bump our private version Given that this is a fairly significant change, this seems justified. Signed-off-by: Dirk Hohndel --- include/libdivecomputer/version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libdivecomputer/version.h.in b/include/libdivecomputer/version.h.in index 2a35b30..0f46298 100644 --- a/include/libdivecomputer/version.h.in +++ b/include/libdivecomputer/version.h.in @@ -27,7 +27,7 @@ extern "C" { #endif /* __cplusplus */ /* use these defines to detect Subsurface specific features */ -#define SSRF_LIBDC_VERSION 1 +#define SSRF_LIBDC_VERSION 2 #define SSRF_CUSTOM_IO 1 #define DC_VERSION "@DC_VERSION@"