From 62119c37eff8045e1d18fe3d2e84b777105b297d Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 23 Jun 2011 15:21:46 -0700 Subject: [PATCH] bumped extension version for fix that closes #414 --- src/overviewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overviewer.h b/src/overviewer.h index 49e70fa..a0c5316 100644 --- a/src/overviewer.h +++ b/src/overviewer.h @@ -26,7 +26,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 7 +#define OVERVIEWER_EXTENSION_VERSION 8 /* Python PIL, and numpy headers */ #include