From f6651cd759d873a1def1733e5eb6f871883101a1 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 17 Nov 2011 09:33:22 -0500 Subject: [PATCH] bumped extension number to prepare for likely merge tomorrow --- 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 780b298..4329b2b 100644 --- a/overviewer_core/src/overviewer.h +++ b/overviewer_core/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 11 +#define OVERVIEWER_EXTENSION_VERSION 13 /* Python PIL, and numpy headers */ #include