3.7.2 release

git-svn-id: file:///home/svn/framework3/trunk@12982 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-06-20 19:48:54 +00:00
parent d31dd42c69
commit 28d182b2fa
1 changed files with 3 additions and 3 deletions

View File

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