001package org.jblas;
002
003/**
004 * Information class which holds the version String
005 *
006 * User: mikio
007 * Date: 2/12/13
008 * Time: 3:28 PM
009 */
010public class Info {
011  public static String VERSION = "1.2.4";
012}