From abaf6d3576c0f6a916e79ff55b4d568a8474f8fa Mon Sep 17 00:00:00 2001 From: katz Date: Fri, 30 Apr 2021 15:40:43 +0530 Subject: [PATCH] version 6.4.7 --- README.md | 2 +- src/version.h.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 099abd1e..4650fb37 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![](https://github.com/bomb-on/conceal-core/workflows/Ubuntu%2016.04/badge.svg) ![](https://github.com/bomb-on/conceal-core/workflows/Ubuntu%2018.04/badge.svg) ![](https://github.com/bomb-on/conceal-core/workflows/Windows/badge.svg) ![](https://github.com/bomb-on/conceal-core/workflows/macOS/badge.svg) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4b47060713f444b8afb5f5284d4b9716)](https://www.codacy.com/manual/cryptokatz/conceal-core?utm_source=github.com&utm_medium=referral&utm_content=cryptokatz/conceal-core&utm_campaign=Badge_Grade) # Conceal Core (CLI) -Latest Release: v6.4.5 +Latest Release: v6.4.7 Maintained by Conceal Developers. ## Information diff --git a/src/version.h.in b/src/version.h.in index 1dd757b0..56f8a6bf 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,4 +1,4 @@ #define BUILD_COMMIT_ID "@VERSION@" -#define PROJECT_VERSION "6.4.6" -#define PROJECT_VERSION_BUILD_NO "Iris" +#define PROJECT_VERSION "6.4.7" +#define PROJECT_VERSION_BUILD_NO "Poseidon" #define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"