From 19c915050e6545247688bb7c62887c113ab91d76 Mon Sep 17 00:00:00 2001 From: "emeric.nasi" Date: Mon, 30 Apr 2018 11:43:46 +0200 Subject: [PATCH] Prepare for 1.5 release --- src/macro_pack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macro_pack.py b/src/macro_pack.py index 8319ca6..cfa8799 100755 --- a/src/macro_pack.py +++ b/src/macro_pack.py @@ -59,7 +59,7 @@ WORKING_DIR = "temp" -VERSION="1.5-dev" +VERSION="1.5" BANNER = """\ _ _ __ ___ ____ __ ____ __ ___ __ _ @@ -68,7 +68,7 @@ \_)(_/\_/\_/ \___)(__\_) \__/ (__) \_/\_/ \___)(__\_) - Pentest with VBA macros and other retro friends - Version:%s Release:%s + Malicious Office, VBS, and other retro formats for pentests and redteam - Version:%s Release:%s """ % (VERSION, MP_TYPE)