Skip to content

Commit 749132e

Browse files
committed
MNT: update libobjcryst version check
Require libobjcryst 2017.2.1 which is now released.
1 parent 6e55e3e commit 749132e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extensions/general_ext.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
#include <ObjCryst/version.h>
2525
#include <ObjCryst/ObjCryst/General.h>
2626

27-
// TODO update RHS after libobjcryst release
28-
#if LIBOBJCRYST_VERSION < 2017001001088LL
27+
#if LIBOBJCRYST_VERSION < 2017002001000LL
2928
#error "pyobjcryst requires libobjcryst 2017.2.1 or later."
3029
#endif
3130

0 commit comments

Comments
 (0)