git-svn-id: file:///home/svn/framework3/trunk@7694 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2009-12-04 11:35:24 +00:00
parent e8e98b9be6
commit 8aef3d560c
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="3.3.1"
VERSION="3.3.2"
# Grab a fresh copy of Metasploit
if [ -f "tmp/msf3/msfconsole" ]; then

View File

@ -12,7 +12,7 @@
888
888
Metasploit Framework v3.3.1 Release
Metasploit Framework v3.3.2 Release
Report Bugs: msfdev@metasploit.com


View File

@ -3,6 +3,7 @@ export BASE=`dirname $0`
export PATH=${BASE}/bin:$PATH
export LD_LIBRARY_PATH=${BASE}/lib:$LD_LIBRARY_PATH
unset GEM_PATH
unset GEM_HOME
unset MY_RUBY_HOME
unset RUBY_VERSION
unset RUBY_OPTS

View File

@ -18,6 +18,7 @@ export BASE
export PATH=${BASE}/app:$PATH
export LD_LIBRARY_PATH=${BASE}/lib:$LD_LIBRARY_PATH
unset GEM_PATH
unset GEM_HOME
unset MY_RUBY_HOME
unset RUBY_VERSION
unset RUBY_OPTS