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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 12 13:34:08 EDT 2008


Author: jesper.pedersen
Date: 2008-05-12 13:34:08 -0400 (Mon, 12 May 2008)
New Revision: 443

Modified:
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
Official release cycle now in place: Beta1

Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2008-05-11 15:30:56 UTC (rev 442)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2008-05-12 17:34:08 UTC (rev 443)
@@ -34,7 +34,7 @@
   public static final String PRODUCT = "Profiler"; 
 
   /** The version */
-  public static final String VERSION = "2.0.CR9";
+  public static final String VERSION = "2.0.Beta1";
 
   /** Full version */
   public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;




More information about the jboss-cvs-commits mailing list