mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Set the version back, given we're early enough to do so.
This commit is contained in:
@@ -30,7 +30,7 @@ class CommandLine(object):
|
||||
ver = volatility.framework.version()
|
||||
sys.stdout.write("Volatility Framework 3 (version " + "{0}.{1}.{2}".format(ver[0], ver[1], ver[2]) + ")\n")
|
||||
|
||||
volatility.framework.require_version(4, 0, 0)
|
||||
volatility.framework.require_version(0, 0, 0)
|
||||
|
||||
# TODO: Get CLI config options
|
||||
volatility.framework.import_files(volatility.plugins)
|
||||
|
||||
@@ -17,7 +17,9 @@ import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
CURRENT = 4 # Number of releases of the library with any change
|
||||
# We use the libtool library versioning
|
||||
|
||||
CURRENT = 0 # Number of releases of the library with any change
|
||||
REVISION = 0 # Number of changes that don't affect the interface
|
||||
AGE = 0 # Number of consecutive versions of the interface the current version supports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user