Skip to content

Commit 60f94b2

Browse files
author
cjlin
committed
change version num and year for the release of libsvm 3.15
1 parent 86ab5bc commit 60f94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libsvm/svm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ public class svm {
12921292
//
12931293
// construct and solve various formulations
12941294
//
1295-
public static final int LIBSVM_VERSION=314;
1295+
public static final int LIBSVM_VERSION=315;
12961296
public static final Random rand = new Random();
12971297

12981298
private static svm_print_interface svm_print_stdout = new svm_print_interface()

0 commit comments

Comments
 (0)