added Versionfile

This commit is contained in:
Josh Nussbaum 2011-10-23 18:35:10 -04:00
parent 568adcdbb6
commit bd4f963bf1
1 changed files with 11 additions and 0 deletions

11
Versionfile Normal file
View File

@ -0,0 +1,11 @@
# This file is used to designate compatibilty with different versions of Spree
# Please see http://spreecommerce.com/documentation/extensions.html#versionfile for details
# Examples
#
# "0.70.x" => { :branch => "master"}
# "0.60.x" => { :branch => "0-60-stable" }
# "0.40.x" => { :tag => "v1.0.0", :version => "1.0.0" }
"0.70.x" => { :branch => "master"}
"0.30.x" => { :tag => "v3.0.2"}