Fix hardwired version numbers in markdown files
diff --git a/README.md b/README.md
index f9c6bdf..585d994 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
 http://oozie.apache.org/
 
 Oozie Quick Start:
-http://oozie.apache.org/docs/5.0.0/DG_QuickStart.html
+http://oozie.apache.org/docs/5.2.0/DG_QuickStart.html
 
 
 Supported Hadoop Versions:
diff --git a/docs/src/site/markdown/WorkflowFunctionalSpec.md b/docs/src/site/markdown/WorkflowFunctionalSpec.md
index 0eae0b5..063a641 100644
--- a/docs/src/site/markdown/WorkflowFunctionalSpec.md
+++ b/docs/src/site/markdown/WorkflowFunctionalSpec.md
@@ -5,7 +5,6 @@
 -----
 
 # Oozie Specification, a Hadoop Workflow System
-**<center>(v5.0)</center>**
 
 The goal of this document is to define a workflow engine system specialized in coordinating the execution of Hadoop
 Map/Reduce and Pig jobs.