back to dev

git-svn-id: file:///home/svn/framework3/trunk@11370 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-12-17 18:35:23 +00:00
parent f159678bf0
commit c252d53c15
1 changed files with 3 additions and 3 deletions

View File

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