REORG: include: move version.h to haproxy/

Few files were affected. The release scripts was updated.
diff --git a/src/log.c b/src/log.c
index 87b12fc..a8bf820 100644
--- a/src/log.c
+++ b/src/log.c
@@ -27,7 +27,7 @@
 #include <haproxy/api.h>
 #include <common/standard.h>
 #include <common/time.h>
-#include <common/version.h>
+#include <haproxy/version.h>
 
 #include <types/cli.h>
 #include <types/global.h>