diff --git a/GamePadToKeyboard/App.config b/GamePadToKeyboard/App.config
index f7af624..d36ef15 100644
--- a/GamePadToKeyboard/App.config
+++ b/GamePadToKeyboard/App.config
@@ -4,6 +4,7 @@
+
\ No newline at end of file
diff --git a/GamePadToKeyboard/Program.cs b/GamePadToKeyboard/Program.cs
index 81bdb50..1fbd613 100644
--- a/GamePadToKeyboard/Program.cs
+++ b/GamePadToKeyboard/Program.cs
@@ -11,7 +11,8 @@ static void Main(string[] args)
ButtonState previousState = ButtonState.Released;
DateTime dtLastPressed = DateTime.Now;
int intervalleMS = int.Parse(ConfigurationManager.AppSettings["intervalleMS"]);
-
+ string AppVersion = ConfigurationManager.AppSettings["AppVersion"];
+ Console.WriteLine("_____________ GamePadToKeyboard v" + AppVersion + " _____________");
Console.WriteLine("A : Activation, B : Clear, Back : Sortie de l'application");
Console.WriteLine("Intervalle fixé à " + intervalleMS);