From 530588f2f4e1087fc8759254db49621cb08d52bf Mon Sep 17 00:00:00 2001 From: atoptsoglou <26309908+atoptsoglou@users.noreply.github.com> Date: Tue, 18 Dec 2018 18:10:40 +0100 Subject: [PATCH] Bump to 2.6.1 Trying to package for OpenSUSE the update 2.6.1 I discovered that the constant version is still in 2.6. Maybe it would be better to modify it to 2.6.1. --- volatility/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/constants.py b/volatility/constants.py index 6d1044fe1..15e5f3963 100644 --- a/volatility/constants.py +++ b/volatility/constants.py @@ -23,7 +23,7 @@ import os, sys -VERSION = "2.6" +VERSION = "2.6.1" SCAN_BLOCKSIZE = 1024 * 1024 * 10