Bumping back to 3.3.2 for a second to build a tarball for OS X (._main bug)

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

View File

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