You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/10/22 10:25:10 UTC

git commit: Changed 0.2-incubating to 0.2.0-incubating.

Updated Branches:
  refs/heads/branch-0.2 04e1e69b7 -> 068652636


Changed 0.2-incubating to 0.2.0-incubating.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tajo/commit/06865263
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tajo/tree/06865263
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tajo/diff/06865263

Branch: refs/heads/branch-0.2
Commit: 068652636617533322fc4d4c134c71f2b51cfbfb
Parents: 04e1e69
Author: Hyunsik Choi <hy...@apache.org>
Authored: Tue Oct 22 17:24:13 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Tue Oct 22 17:24:13 2013 +0900

----------------------------------------------------------------------
 tajo-common/src/main/java/org/apache/tajo/TajoConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/06865263/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
----------------------------------------------------------------------
diff --git a/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java b/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
index 2ec2b6b..7800656 100644
--- a/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
+++ b/tajo-common/src/main/java/org/apache/tajo/TajoConstants.java
@@ -19,7 +19,7 @@
 package org.apache.tajo;
 
 public class TajoConstants {
-  public static String TAJO_VERSION = "0.2-incubating";
+  public static String TAJO_VERSION = "0.2.0-incubating";
   public static String SYSTEM_CONF_FILENAME = "system_conf.xml";
 
   public static String SYSTEM_DIR_NAME = "system";