From 9a9741048f53b3829c8129ac4c7f5f5c089aaf86 Mon Sep 17 00:00:00 2001 From: Mark Wong Date: Thu, 8 Aug 2024 19:38:12 -0700 Subject: [PATCH] v0.61.3 release --- CMakeLists.txt | 2 +- ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c37cb67..e745c13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (dbt2 C) set (PROJECT_VERSION_MAJOR 0) set (PROJECT_VERSION_MINOR 61) -set (PROJECT_VERSION_PATCH 2) +set (PROJECT_VERSION_PATCH 3) set (CMAKE_C_STANDARD 99) set (PROJECT_VERSION diff --git a/ChangeLog b/ChangeLog index 516681f..e0dae5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -vX.Y.X (YYYY-MM-DD) +v0.61.3 (2024-08-08) - Allow tests to run if rsync is not installed, except in cases where the primary metric would not be calculated correctly