Skip to content

Commit

Permalink
Fix java version++
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Dec 18, 2015
1 parent 8d1f5b5 commit 92387b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/java/generator/src/java/android+OpenCVLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class OpenCVLoader
/**
* OpenCV Library version 3.1.0.
*/
public static final String OPENCV_VERSION_3_0_0 = "3.1.0";
public static final String OPENCV_VERSION_3_1_0 = "3.1.0";


/**
Expand Down

0 comments on commit 92387b1

Please sign in to comment.