From 724d756aa6b90daf83e7a652f956ce29c20ac210 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Tue, 21 May 2019 10:59:20 -0700 Subject: [PATCH] Version bump (0.87 -> 0.88) --- src/lib_ccx/lib_ccx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index ae987607..6a840c75 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -1,7 +1,7 @@ #ifndef CCX_CCEXTRACTOR_H #define CCX_CCEXTRACTOR_H -#define VERSION "0.87" +#define VERSION "0.88" // Load common includes and constants for library usage #include "ccx_common_platform.h"