From 2ed28f653ea69c25baafa8573e599075d2f055ae Mon Sep 17 00:00:00 2001
From: Juan Escobar <escj@aero.obs-mip.fr>
Date: Tue, 28 Nov 2023 15:01:05 +0100
Subject: [PATCH] Juan 28/11/2023:A-INSTALL, update version BUG2 & typo on
 switching to next 5-6-3

---
 A-INSTALL | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/A-INSTALL b/A-INSTALL
index 309467ee2..b24b68d83 100644
--- a/A-INSTALL
+++ b/A-INSTALL
@@ -2,7 +2,7 @@
 # Version of PACKAGE MESONH "Open distribution"
 #              PACK-MNH-V5-6-2
 #              DATE : 28/11/2023
-#              VERSION : MESONH MASDEV5_6 + BUG-1
+#              VERSION : MESONH MASDEV5_6 + BUG-2
 #
 #  MAP
 #
@@ -199,19 +199,19 @@ git checkout -b MYB-MNH-V5-6-2 PACK-MNH-V5-6-2
 # you could check/update quickly differences with the new version of the
 # package without having to download entirely the full package.
 #
-#  Suppose that a new version, for example "PACK-MNH-V5-6-2", is announced.
+#  Suppose that a new version, for example "PACK-MNH-V5-6-3", is announced.
 #
 #  To see the differences with your working copy, do:
 #
 
 git fetch
-git diff HEAD PACK-MNH-V5-6-2
+git diff HEAD PACK-MNH-V5-6-3
 
 #
 #  To go to the new version, you can, for example, create a new local branch:
 #
 
-git checkout -b MYB-MNH-V5-6-2 PACK-MNH-V5-6-2
+git checkout -b MYB-MNH-V5-6-3 PACK-MNH-V5-6-3
 
 #
 # At any time, you can also check for "uptodate" changes in the Git branch
-- 
GitLab