Skip to content

Commit f23e98e

Browse files
committed
Roll version to 3.3
1 parent 8e08fb4 commit f23e98e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.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>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)