Update all the other places the version needs to be updated
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ba43926..b35c524 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -15,7 +15,7 @@
   limitations under the License.
 ================================================================================
 
-                   Apache Commons Daemon 1.2.4
+                   Apache Commons Daemon 1.2.5
                          Release Notes
 
 This document contains the release notes for this version of the
diff --git a/src/native/unix/native/version.h b/src/native/unix/native/version.h
index a743aaa..af2afba 100644
--- a/src/native/unix/native/version.h
+++ b/src/native/unix/native/version.h
@@ -31,7 +31,7 @@
 #define JSVC_MINOR_VERSION      2
 
 /** patch level */
-#define JSVC_PATCH_VERSION      4
+#define JSVC_PATCH_VERSION      5
 
 /**
  *  This symbol is defined for internal, "development" copies of JSVC.
diff --git a/src/site/xdoc/binaries.xml b/src/site/xdoc/binaries.xml
index 758a94f..1b1c1bd 100644
--- a/src/site/xdoc/binaries.xml
+++ b/src/site/xdoc/binaries.xml
@@ -36,7 +36,7 @@
 <section name="How do I get the executable?">
 <subsection name="procrun">
 <p>
-The Windows archive (e.g. commons-daemon-1.2.4-bin-windows.zip) contains 2 different executables:
+The Windows archive (e.g. commons-daemon-1.2.5-bin-windows.zip) contains 2 different executables:
 <ul>
 <li>prunsrv.exe - service application for running applications as services.</li>
 <li>prunmgr.exe - the GUI manager application used to monitor and configure installed services.</li>