From 5e921fcff1ed911614ef4c00db27113f849fd3f0 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Fri, 24 Feb 2023 10:21:47 +0100 Subject: [PATCH] GpuMemDumpVis.py: Updated version number --- tools/GpuMemDumpVis/GpuMemDumpVis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/GpuMemDumpVis/GpuMemDumpVis.py b/tools/GpuMemDumpVis/GpuMemDumpVis.py index e16397e..e0575c1 100644 --- a/tools/GpuMemDumpVis/GpuMemDumpVis.py +++ b/tools/GpuMemDumpVis/GpuMemDumpVis.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2022 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2018-2023 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ import json from PIL import Image, ImageDraw, ImageFont -PROGRAM_VERSION = 'Vulkan/D3D12 Memory Allocator Dump Visualization 3.0.1' +PROGRAM_VERSION = 'Vulkan/D3D12 Memory Allocator Dump Visualization 3.0.2' IMG_WIDTH = 1200 IMG_MARGIN = 8 TEXT_MARGIN = 4