From eb858fd036b36114f0885979729c897d8bc275a5 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Tue, 13 Aug 2024 08:02:08 +0200 Subject: [PATCH] Bump version --- shapefil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapefil.h b/shapefil.h index 87f9d5b..47b2e30 100644 --- a/shapefil.h +++ b/shapefil.h @@ -33,7 +33,7 @@ extern "C" #define SHAPELIB_VERSION_MAJOR 1 #define SHAPELIB_VERSION_MINOR 6 -#define SHAPELIB_VERSION_MICRO 0 +#define SHAPELIB_VERSION_MICRO 1 #define SHAPELIB_MAKE_VERSION_NUMBER(major, minor, micro) \ ((major) * 10000 + (minor) * 100 + (micro))