back to development. 3.8 here we come

git-svn-id: file:///home/svn/framework3/trunk@12541 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-05-04 23:12:43 +00:00
parent a8b6c43636
commit 47ef020c61
1 changed files with 2 additions and 2 deletions

View File

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