From 7d9342be70afecb98bc690b77f4055adb1e474dd Mon Sep 17 00:00:00 2001 From: Kentoku SHIBA Date: Tue, 25 Mar 2014 04:43:43 +0900 Subject: add version variables --- storage/spider/spd_include.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'storage/spider/spd_include.h') diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h index e8adaf85a68..f5938c705c7 100644 --- a/storage/spider/spd_include.h +++ b/storage/spider/spd_include.h @@ -13,6 +13,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#define SPIDER_DETAIL_VERSION "3.1.7" +#define SPIDER_HEX_VERSION 0x0301 + #if MYSQL_VERSION_ID < 50500 #else #define my_free(A,B) my_free(A) -- cgit v1.2.1