From e6d931778af24f74dae624b5004188bcf2bfd9b0 Mon Sep 17 00:00:00 2001
From: Pierre Aubert <aubertp7@gmail.com>
Date: Tue, 11 May 2021 14:58:38 +0200
Subject: [PATCH] Ready for version 1.6.2

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39b0101..564ae15 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.6.1"
+phoenix_base_project("PhoenixFileBinaryAnalyzer" "1.6.2"
 		"Programm to automatically get offset of data attribute in abstract binary data"
 		"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixFileBinaryAnalyzer")
 
-- 
GitLab