REORG: include: move version.h to haproxy/

Few files were affected. The release scripts was updated.
diff --git a/src/mworker.c b/src/mworker.c
index f41ee9f..95c06bb 100644
--- a/src/mworker.c
+++ b/src/mworker.c
@@ -20,7 +20,7 @@
 #include <haproxy/api.h>
 #include <common/cfgparse.h>
 #include <common/mini-clist.h>
-#include <common/version.h>
+#include <haproxy/version.h>
 
 #include <types/cli.h>
 #include <types/global.h>