update example config files


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/trunk/flood@101186 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/round-robin-dynamic.xml b/examples/round-robin-dynamic.xml
index 1a5c8d3..985ea95 100644
--- a/examples/round-robin-dynamic.xml
+++ b/examples/round-robin-dynamic.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE flood SYSTEM "flood.dtd">
 <!-- Hi, I'm a flood config file.  -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>
diff --git a/examples/round-robin-example.xml b/examples/round-robin-example.xml
index 4802183..f0a7648 100644
--- a/examples/round-robin-example.xml
+++ b/examples/round-robin-example.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE flood SYSTEM "flood.dtd">
 <!-- Hi, I'm a flood config file.  -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>
diff --git a/examples/round-robin-keepalive.xml b/examples/round-robin-keepalive.xml
index 3b38294..07d9edd 100644
--- a/examples/round-robin-keepalive.xml
+++ b/examples/round-robin-keepalive.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE flood SYSTEM "flood.dtd">
 <!-- Hi, I'm a flood config file.  
      This is a keepalive-enabled profile.  -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>
diff --git a/examples/round-robin-relative-reports.xml b/examples/round-robin-relative-reports.xml
index 9d2a977..d40713c 100644
--- a/examples/round-robin-relative-reports.xml
+++ b/examples/round-robin-relative-reports.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE flood SYSTEM "flood.dtd">
 <!-- Hi, I'm a flood config file.  -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>
diff --git a/examples/round-robin-ssl.xml b/examples/round-robin-ssl.xml
index 4460cbf..484f64f 100644
--- a/examples/round-robin-ssl.xml
+++ b/examples/round-robin-ssl.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE flood SYSTEM "flood.dtd">
-<flood>
+<flood configversion="1">
   <urllist>
     <name>Test Hosts</name>
     <description>A bunch of hosts we want to hit</description>
diff --git a/examples/round-robin-timed.xml b/examples/round-robin-timed.xml
index 6d26010..e0a9f17 100644
--- a/examples/round-robin-timed.xml
+++ b/examples/round-robin-timed.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE flood SYSTEM "flood.dtd">
 <!-- Hi, I'm a flood config file.  -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>
diff --git a/examples/round-robin.xml b/examples/round-robin.xml
index 103a458..da52728 100644
--- a/examples/round-robin.xml
+++ b/examples/round-robin.xml
@@ -32,7 +32,7 @@
      ./examples/analyze-relative my-output
      
 -->
-<flood>
+<flood configversion="1">
   <!-- A urllist describes which hosts and which methods we want to hit. -->
   <urllist>
     <name>Test Hosts</name>