Resolved Mac OS X compatibility with the tar, switching back to 3.3.3-dev

git-svn-id: file:///home/svn/framework3/trunk@7817 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-12-10 22:32:36 +00:00
parent f1bf7ec7cf
commit c94c2ee892
1 changed files with 2 additions and 2 deletions

View File

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