Skip to content

Commit af3d684

Browse files
committed
Update arm_2d.h
1 parent 4303c58 commit af3d684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Library/Include/arm_2d.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* Description: Public header file to contain the all avaialble Arm-2D
2323
* interface header files
2424
*
25-
* $Date: 03. May 2023
26-
* $Revision: V.1.1.3-dev
25+
* $Date: 12. May 2023
26+
* $Revision: V.1.1.3
2727
*
2828
* Target Processor: Cortex-M cores
2929
* -------------------------------------------------------------------- */
@@ -78,7 +78,7 @@ extern "C" {
7878
#define ARM_2D_VERSION_MAJOR 1 //!< Major version
7979
#define ARM_2D_VERSION_MINOR 1 //!< Minor version
8080
#define ARM_2D_VERSION_PATCH 3 //!< Patch number
81-
#define ARM_2D_VERSION_STR "dev" //!< tag
81+
#define ARM_2D_VERSION_STR "" //!< tag
8282

8383
/*!
8484
* \brief arm-2d version number in decimal

0 commit comments

Comments
 (0)