From f4722bf20a6713bf8656590630b59aade55e185d Mon Sep 17 00:00:00 2001 From: iMHLv2 Date: Thu, 23 Jan 2014 21:53:39 -0800 Subject: [PATCH] bump to 2.4 beta --- volatility/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/constants.py b/volatility/constants.py index c2d67b97..38240a60 100644 --- a/volatility/constants.py +++ b/volatility/constants.py @@ -23,7 +23,7 @@ import os, sys -VERSION = "2.3.1" +VERSION = "2.4 (Beta)" SCAN_BLOCKSIZE = 1024 * 1024 * 10