Skip to content

Commit

Permalink
Set version to 2.3.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolff committed Oct 11, 2011
1 parent 2ab2b8f commit 541bb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bamboo_build.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.granite.builder" default="build.jars" basedir=".">

<property name="builderVersion" value="2.2.1.GA"/>
<property name="builderVersion" value="2.3.0.RC1"/>

<property name="eclipse.plugins" value="../../eclipse/plugins"/>

Expand Down
2 changes: 1 addition & 1 deletion src/org/granite/generator/Generator.java
Expand Up @@ -37,7 +37,7 @@ public class Generator extends ArrayList<Transformer<?, ?, ?>> {

private static final long serialVersionUID = 1L;

public static final String VERSION = "2.2.1";
public static final String VERSION = "2.3.0";

private Configuration config = null;

Expand Down

0 comments on commit 541bb34

Please sign in to comment.