You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/08/09 07:49:40 UTC

git commit: [flex-falcon] [refs/heads/develop] - update version to 0.0.3

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 21d65f32c -> 3a4114d76


update version to 0.0.3


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3a4114d7
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3a4114d7
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3a4114d7

Branch: refs/heads/develop
Commit: 3a4114d76f1e10ad83529865305d2784d9ec3de3
Parents: 21d65f3
Author: Alex Harui <ah...@apache.org>
Authored: Fri Aug 8 22:49:37 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Aug 8 22:49:37 2014 -0700

----------------------------------------------------------------------
 build.properties   | 2 +-
 compiler/build.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3a4114d7/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 551dea9..21309ca 100644
--- a/build.properties
+++ b/build.properties
@@ -17,4 +17,4 @@
 ##
 ################################################################################
 
-release.version = 0.0.2
+release.version = 0.0.3

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3a4114d7/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index d14ee98..d12971a 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -80,7 +80,7 @@
     <!-- JAR manifest entries -->
     <property name="manifest.sealed" value="false"/>
     <property name="manifest.Implementation-Title" value="Apache Flex Compiler"/>
-    <property name="manifest.Implementation-Version" value="0.0.1"/>
+    <property name="manifest.Implementation-Version" value="0.0.3"/>
     <property name="manifest.Implementation-Vendor" value="Apache Software Foundation"/>
 	
     <property name="compiler.ant.binaries" value="org/apache/flex/compiler/ant/**/*.class"/>