Back to regularly scheduled development

git-svn-id: file:///home/svn/framework3/trunk@12644 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-17 14:03:05 +00:00
parent 72692d27f7
commit 9bbee65ebb
1 changed files with 3 additions and 3 deletions

View File

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