Skip to content

Commit dd6dd9e

Browse files
committed
Rolling to Encog 3.4.0
1 parent 81f5b09 commit dd6dd9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Encog Artificial Intelligence Framework v3.3
2+
Encog Artificial Intelligence Framework v3.4
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.3.0</version>
36+
<version>3.4.0-SNAPSHOT</version>
3737
<packaging>jar</packaging>
3838
<name>Encog Core</name>
3939
<description>Encog Machine Learning Framework.</description>

src/main/java/org/encog/Encog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ 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.3.0";
60+
public static final String VERSION = "3.4.0";
6161

6262
/**
6363
* The current engog version, this should be read from the properties.

0 commit comments

Comments
 (0)