From: <jh...@us...> - 2009-11-17 00:33:06
|
Revision: 171 http://etch.svn.sourceforge.net/etch/?rev=171&view=rev Author: jheiss Date: 2009-11-17 00:32:59 +0000 (Tue, 17 Nov 2009) Log Message: ----------- Switch to a more conventional version number scheme of major.minor.patch rather than major.patch. Modified Paths: -------------- Rakefile Modified: Rakefile =================================================================== --- Rakefile 2009-11-16 21:57:29 UTC (rev 170) +++ Rakefile 2009-11-17 00:32:59 UTC (rev 171) @@ -1,4 +1,4 @@ -ETCHVER = '3.13' +ETCHVER = '3.15.0' TAGNAME = "release-#{ETCHVER}" TAGDIR = "tags/#{TAGNAME}" DIST = "etch-#{ETCHVER}" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |