diff --git a/README.md b/README.md index 45a68eac1..6d4221b66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Raptoreum Core Latest v1.4.18.99 +Raptoreum Core Latest v2.0.3 =========================== |CI|master|develop| diff --git a/build.properties b/build.properties index 9f4109c81..2fae9635a 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,3 @@ -snapshot-version=2.0.2.99-SNAPSHOT -release-version=2.0.2.00 -candidate-version=2.0.2.00-candidate \ No newline at end of file +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 diff --git a/configure.ac b/configure.ac index 50bd54d87..86646fc49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 2) define(_CLIENT_VERSION_MINOR, 0) -define(_CLIENT_VERSION_REVISION, 02) +define(_CLIENT_VERSION_REVISION, 03) define(_CLIENT_VERSION_BUILD, 99) define(_CLIENT_VERSION_IS_RELEASE, false) define(_COPYRIGHT_YEAR, 2024)