You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/05/20 12:32:14 UTC

svn commit: r539861 - /velocity/dvsl/trunk/build.properties

Author: cbrisson
Date: Sun May 20 03:32:13 2007
New Revision: 539861

URL: http://svn.apache.org/viewvc?view=rev&rev=539861
Log:
correct version number

Modified:
    velocity/dvsl/trunk/build.properties

Modified: velocity/dvsl/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/build.properties?view=diff&rev=539861&r1=539860&r2=539861
==============================================================================
--- velocity/dvsl/trunk/build.properties (original)
+++ velocity/dvsl/trunk/build.properties Sun May 20 03:32:13 2007
@@ -8,7 +8,7 @@
 project.title = DVSL
 
 # version number
-project.version = 1.0-RC1
+project.version = 1.0-dev
 
 # The name that is used to create the jar file
 final.name = ${project.name}-${project.version}