From 4a7ed7ff88a8bc8fd50923ab5a16da8e72110f3b Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 6 May 2020 22:41:18 +0200 Subject: [PATCH] tag as release candidate Signed-off-by: Martin --- CHANGELOG | 2 +- openhantek/src/OH_BUILD.h | 2 +- openhantek/src/OH_VERSION.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7ee57602..fe26db81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -3.0.5-rc1 +3.0.5-rc2 2020-05-06 Demo mode without scope hardware (option -d or --demoMode) Support for high-dpi displays diff --git a/openhantek/src/OH_BUILD.h b/openhantek/src/OH_BUILD.h index 02c4bc24..7f9e1622 100644 --- a/openhantek/src/OH_BUILD.h +++ b/openhantek/src/OH_BUILD.h @@ -1,2 +1,2 @@ // Do not edit, will be re-created at each commit! -#define OH_BUILD "20200506 build 671" +#define OH_BUILD "20200506 build 673" diff --git a/openhantek/src/OH_VERSION.h b/openhantek/src/OH_VERSION.h index 454f1b2e..f0a7f1ee 100644 --- a/openhantek/src/OH_VERSION.h +++ b/openhantek/src/OH_VERSION.h @@ -1,7 +1,7 @@ // define the version that is shown on top of the program // if undefined (for development commits) the build will be shown by OpenHantek -#define OH_VERSION "3.0.5-rc1" +#define OH_VERSION "3.0.5-rc2" #ifdef OH_VERSION #undef VERSION