diff --git a/build.properties b/build.properties
index 2fae9635a..599a90600 100644
--- a/build.properties
+++ b/build.properties
@@ -1,3 +1,3 @@
 snapshot-version=2.0.3.99-SNAPSHOT
-release-version=2.0.3.00
-candidate-version=2.0.3.00-candidate
\ No newline at end of file
+release-version=2.0.3.01
+candidate-version=2.0.3.01-candidate
\ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 4004fc67a..8487c0cd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
 define(_CLIENT_VERSION_MAJOR, 2)
 define(_CLIENT_VERSION_MINOR, 0)
 define(_CLIENT_VERSION_REVISION, 03)
-define(_CLIENT_VERSION_BUILD, 00)
+define(_CLIENT_VERSION_BUILD, 01)
 define(_CLIENT_VERSION_IS_RELEASE, true)
 define(_COPYRIGHT_YEAR, 2024)
 define(_COPYRIGHT_HOLDERS,[The %s developers])