From e48c40b314138c576672f4b60bfb859db57962d9 Mon Sep 17 00:00:00 2001 From: tri Date: Tue, 27 Aug 2024 16:52:37 -0700 Subject: [PATCH] increase version to 2.0.3.1 --- build.properties | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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])