Skip to content

Commit 62d2c52

Browse files
committed
hardcoded min/max revision
1 parent 533ea49 commit 62d2c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Processing_2_0/resources/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ prettyVersion = ##library.prettyVersion## # This is treated as a String
5454
# You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
5555
# Only use maxRevision (or minRevision), when your library is known to
5656
# break in a later (or earlier) release. Otherwise, use the default value 0.
57-
minRevision = ##compatible.minRevision##
58-
maxRevision = ##compatible.maxRevision##
57+
minRevision = 0
58+
maxRevision = 227

0 commit comments

Comments
 (0)