From a22fac8b86b53adb960d9e2ead73646be1e18fe4 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 3 Nov 2022 12:39:36 -0700 Subject: [PATCH] Removing olver version file --- build | 2 +- src/ow_version.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 src/ow_version.h diff --git a/build b/build index c793025..301160a 100644 --- a/build +++ b/build @@ -1 +1 @@ -7 \ No newline at end of file +8 \ No newline at end of file diff --git a/src/ow_version.h b/src/ow_version.h deleted file mode 100644 index cf6d426..0000000 --- a/src/ow_version.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Created by stephane bourque on 2021-12-06. -// - -#pragma once - -#include - -namespace OW_VERSION { - inline static const std::string VERSION{"2.8.0"}; - inline static const std::string BUILD{"1"}; - inline static const std::string HASH{"v2.7.0-RC4-19-g9daee84"}; -}