REORG: include: move version.h to haproxy/

Few files were affected. The release scripts was updated.
diff --git a/src/haproxy.c b/src/haproxy.c
index 0e71ba7..2351aed 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -94,7 +94,7 @@
 #include <common/standard.h>
 #include <common/time.h>
 #include <common/uri_auth.h>
-#include <common/version.h>
+#include <haproxy/version.h>
 #include <common/hathreads.h>
 
 #include <types/capture.h>