Skip to content

Commit

Permalink
Merge pull request #148 from thbeu/bump-version
Browse files Browse the repository at this point in the history
Bump version for v1.6.1
  • Loading branch information
rouault authored Aug 13, 2024
2 parents d625e9b + eb858fd commit 26ccd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapefil.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 26ccd69

Please sign in to comment.