REORG: include: move version.h to haproxy/

Few files were affected. The release scripts was updated.
diff --git a/src/cli.c b/src/cli.c
index 381a9e6..9212651 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -35,7 +35,7 @@
 #include <common/ticks.h>
 #include <common/time.h>
 #include <common/uri_auth.h>
-#include <common/version.h>
+#include <haproxy/version.h>
 #include <common/base64.h>
 
 #include <types/applet.h>