From 121b0d96ab06f5a52c55d0351103bc09d1d36649 Mon Sep 17 00:00:00 2001 From: Wunkolo Date: Sun, 17 Mar 2019 18:48:06 -0700 Subject: [PATCH] Increment 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 5f8001b..4eedda6 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 57 +#define OVERVIEWER_EXTENSION_VERSION 58 /* Python PIL, and numpy headers */ #include