[jboss-cvs] JBoss Profiler SVN: r472 - branches/JBossProfiler2/src/main/org/jboss/profiler/shared.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 23 07:06:13 EDT 2008


Author: jesper.pedersen
Date: 2008-08-23 07:06:13 -0400 (Sat, 23 Aug 2008)
New Revision: 472

Modified:
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
The road to Beta3

Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2008-08-19 15:55:22 UTC (rev 471)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2008-08-23 11:06:13 UTC (rev 472)
@@ -34,7 +34,7 @@
   public static final String PRODUCT = "Profiler"; 
 
   /** The version */
-  public static final String VERSION = "2.0.Beta2";
+  public static final String VERSION = "2.0.Beta3";
 
   /** Full version */
   public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;




More information about the jboss-cvs-commits mailing list