From ec13bc03cf7165fbde33902568365d6f5186172f Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Sun, 23 Jun 2019 13:54:26 -0400 Subject: [PATCH] bump 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 464c5ee..c7892cd 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 63 +#define OVERVIEWER_EXTENSION_VERSION 64 /* Python PIL, and numpy headers */ #include