From 651508ea46473dbc37c8161d828e0dfed336de72 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Thu, 27 Jul 2006 22:46:09 +0000 Subject: [PATCH] ar4 -> b1 git-svn-id: file:///home/svn/framework3/trunk@3768 4d416f70-5f16-0410-b530-b9f4589650da --- VERSION | 2 +- lib/msf/core/framework.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c23cedfbe..1668182789 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0 Alpha Release 4 +3.0 Beta Release 1 diff --git a/lib/msf/core/framework.rb b/lib/msf/core/framework.rb index f3786837c2..1cd2fa3b18 100644 --- a/lib/msf/core/framework.rb +++ b/lib/msf/core/framework.rb @@ -15,7 +15,7 @@ class Framework # Major = 3 Minor = 0 - Release = "-alpha-r4" + Release = "-beta-1" Version = "#{Major}.#{Minor}#{Release}" Revision = "$Revision$"