1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

3.3.2 done

git-svn-id: file:///home/svn/framework3/trunk@7808 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2009-12-10 19:14:45 +00:00
parent cf6732d570
commit d976df897a

View File

@ -18,7 +18,7 @@ class Framework
Major = 3
Minor = 3
Point = 2
Release = "-testing"
Release = "-release"
if(Point)
Version = "#{Major}.#{Minor}.#{Point}#{Release}"