REORG: include: move version.h to haproxy/

Few files were affected. The release scripts was updated.
diff --git a/src/http_conv.c b/src/http_conv.c
index d83541d..83c6bb3 100644
--- a/src/http_conv.c
+++ b/src/http_conv.c
@@ -22,7 +22,7 @@
 #include <common/http.h>
 #include <common/memory.h>
 #include <common/standard.h>
-#include <common/version.h>
+#include <haproxy/version.h>
 
 #include <types/capture.h>
 #include <types/global.h>