From 0ea462a95c41e589272ef4e6238866b407980097 Mon Sep 17 00:00:00 2001
From: Pierre Aubert <aubertp7@gmail.com>
Date: Mon, 8 Feb 2021 11:58:25 +0100
Subject: [PATCH] Ready for version 1.5.2

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe61da9..868ceb0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
 
 add_subdirectory(cmake)
 
-phoenix_base_project("PhoenixFileBinaryAnalyzer" "1.5.1"
+phoenix_base_project("PhoenixFileBinaryAnalyzer" "1.5.2"
 		"Programm to automatically get offset of data attribute in abstract binary data"
 		"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixFileBinaryAnalyzer")
 
-- 
GitLab