File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!--
2- Encog Artificial Intelligence Framework v3.2
2+ Encog Artificial Intelligence Framework v3.3
33 Java Version
44 http://www.heatonresearch.com/encog/
55 http://code.google.com/p/encog-java/
@@ -33,7 +33,7 @@ Authors of this POM file: iirekm, jheaton
3333 <modelVersion >4.0.0</modelVersion >
3434 <groupId >org.encog</groupId >
3535 <artifactId >encog-core</artifactId >
36- <version >3.2.0 </version >
36+ <version >3.3.0-SNAPSHOT </version >
3737 <packaging >jar</packaging >
3838 <name >Encog Core</name >
3939 <description >Encog Machine Learning Framework.</description >
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ public final class Encog {
5757 /**
5858 * The current engog version, this should be read from the properties.
5959 */
60- public static final String VERSION = "3.2 .0" ;
60+ public static final String VERSION = "3.3 .0" ;
6161
6262 /**
6363 * The current engog version, this should be read from the properties.
6464 */
65- public static final String COPYRIGHT = "Copyright 2012 by Heaton Research, Inc." ;
65+ public static final String COPYRIGHT = "Copyright 2014 by Heaton Research, Inc." ;
6666
6767 /**
6868 * The current engog version, this should be read from the properties.
You can’t perform that action at this time.
0 commit comments