From cf5a14a088a0ce3816187ab7450b4c29f7c9556a Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 9 May 2018 14:35:41 +0200 Subject: [PATCH] Increase the Overviewer C extension version --- overviewer_core/src/overviewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer_core/src/overviewer.h b/overviewer_core/src/overviewer.h index 5041fdc..4b98a22 100644 --- a/overviewer_core/src/overviewer.h +++ b/overviewer_core/src/overviewer.h @@ -33,7 +33,7 @@ // increment this value if you've made a change to the c extesion // and want to force users to rebuild -#define OVERVIEWER_EXTENSION_VERSION 52 +#define OVERVIEWER_EXTENSION_VERSION 53 /* Python PIL, and numpy headers */ #include