Skip to content

Commit 02773e2

Browse files
committed
Packages/MIES_Include.ipf: Don't require a nightly for IP9 anymore
MIES can at the moment work with the released IP9 version.
1 parent 8748376 commit 02773e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Packages/MIES_Include.ipf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
#pragma IgorVersion=8.04
2222

2323
#if IgorVersion() >= 9.0
24-
#if (NumberByKey("BUILD", IgorInfo(0)) < 37800)
25-
#define TOO_OLD_IGOR
26-
#endif
24+
// 37840 is the released version of IP9
2725
#else
2826
#if (NumberByKey("BUILD", IgorInfo(0)) < 37456)
2927
#define TOO_OLD_IGOR

0 commit comments

Comments
 (0)