From 78e45655e42fa8e8e0b35f8f9572287948bc54ae Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Sat, 25 Feb 2023 09:46:00 +0100 Subject: [PATCH] Set up v0.6.1 This fixes a bug in the command-line client. The API is the same as in 0.6.0. --- include/gridpp.h | 2 +- src/client/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gridpp.h b/include/gridpp.h index 4676e894..3dd706ed 100644 --- a/include/gridpp.h +++ b/include/gridpp.h @@ -13,7 +13,7 @@ #endif #include -#define GRIDPP_VERSION "0.6.0" +#define GRIDPP_VERSION "0.6.1" #define __version__ GRIDPP_VERSION namespace gridpp { diff --git a/src/client/Version.h b/src/client/Version.h index 87bd6909..314e2a25 100644 --- a/src/client/Version.h +++ b/src/client/Version.h @@ -1,3 +1,3 @@ #ifndef GRIDPP_VERSION -#define GRIDPP_VERSION "0.3.4" +#define GRIDPP_VERSION "0.6.1" #endif