Skip to content

Commit 0909e88

Browse files
committed
update processing compatibility setting in build.properties
1 parent c4fb304 commit 0909e88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,20 @@ source.repository=https://github.com/atduskgreg/OpenCVPro
149149
# This is used to compare different versions of the same library, and check if
150150
# an update is available.
151151

152-
library.version=6
152+
library.version=7
153153

154154

155155
# The version as the user will see it.
156156

157-
library.prettyVersion=0.4.1
157+
library.prettyVersion=0.4.2
158158

159159

160160
library.copyright=(c) 2013
161161
library.dependencies=?
162162
library.keywords=?
163163

164164
tested.platform=osx,windows7
165-
tested.processingVersion=2.0
165+
tested.processingVersion=2.0.3
166166

167167

168168
# Include javadoc references into your project's javadocs.

0 commit comments

Comments
 (0)