Skip to content

Commit

Permalink
version number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlin committed Jan 27, 2010
1 parent e91845d commit c5015ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/libsvm/svm.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ public class svm {
//
// construct and solve various formulations
//
public static final int LIBSVM_VERSION=290;
public static final int LIBSVM_VERSION=291;
private static svm_print_interface svm_print_stdout = new svm_print_interface()
{
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup, Extension

setup(name = "LIBSVM",
version = "2.9",
version = "2.91",
author="Chih-Chung Chang and Chih-Jen Lin",
maintainer="Chih-Jen Lin",
maintainer_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion svm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _LIBSVM_H
#define _LIBSVM_H

#define LIBSVM_VERSION 290
#define LIBSVM_VERSION 291

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit c5015ac

Please sign in to comment.