From 4f7c5af0461af3abac79e814c901128e4aa924ba Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Fri, 10 Jan 2025 08:03:32 +0000 Subject: [PATCH] Remove deprecated version.h file and update versioning documentation --- core/version.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 core/version.h diff --git a/core/version.h b/core/version.h deleted file mode 100644 index 43ce5b96a..000000000 --- a/core/version.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2019 Intel Corporation. All rights reserved. - * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - */ - -/* - * version.h.in is a template file. version.h is a generated file. - * Please do not edit both files directly. - * - * Any changes to the version should be done in the version.cmake file. - */ - -#ifndef _WAMR_VERSION_H_ -#define _WAMR_VERSION_H_ - -/* clang-format off */ -#define WAMR_VERSION_MAJOR 2 -#define WAMR_VERSION_MINOR 2 -#define WAMR_VERSION_PATCH 0 -/* clang-format on */ - -#endif