Skip to content

Commit

Permalink
[onert-micro] update onert-micro version to 2.0.0 (#13347)
Browse files Browse the repository at this point in the history
- verison file added since it is missing in refactoring

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
  • Loading branch information
chunseoklee authored Jul 8, 2024
1 parent 38fabc0 commit 4b24efa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions onert-micro/onert-micro/include/onert-micro-version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* Copyright (c) 2024 Samsung Electronics Co., Ltd. All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#ifndef __ONERT_MICRO_VERSION_H__
#define __ONERT_MICRO_VERSION_H__

/**
* ONERT_MICRO_VERSION is a uint32 value representing onert-micro version
* in 0xMMmmmmPP, where MM = major, mmmm = minor, PP = patch
*/
#define ONERT_MICRO_VERSION 0x02000000

#endif // __ONERT_MICRO_VERSION_H__

0 comments on commit 4b24efa

Please sign in to comment.