Bump trunk to 3.7.0-dev to start on the next release

git-svn-id: file:///home/svn/framework3/trunk@11890 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2011-03-07 04:09:45 +00:00
parent 31970fb09a
commit d535e74f47
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ class Framework
#
Major = 3
Minor = 6
Minor = 7
Point = 0
Release = "-release"
Release = "-dev"
if(Point)
Version = "#{Major}.#{Minor}.#{Point}#{Release}"