Switch back to dev mode

git-svn-id: file:///home/svn/framework3/trunk@9791 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-07-12 07:25:30 +00:00
parent b4643b6c4c
commit 5b3fa182ba
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Framework
Major = 3
Minor = 4
Point = 1
Release = "-release"
Point = 2
Release = "-dev"
if(Point)
Version = "#{Major}.#{Minor}.#{Point}#{Release}"