Skip to content

Commit

Permalink
update version to v1.2.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 23, 2024
1 parent ed9dffc commit 4fba3d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Library/Include/arm_2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ extern "C" {
/* arm-2d version */
#define ARM_2D_VERSION_MAJOR 1 //!< Major version
#define ARM_2D_VERSION_MINOR 2 //!< Minor version
#define ARM_2D_VERSION_PATCH 1 //!< Patch number
#define ARM_2D_VERSION_STR "" //!< tag
#define ARM_2D_VERSION_PATCH 2 //!< Patch number
#define ARM_2D_VERSION_STR "dev" //!< tag

/*!
* \brief arm-2d version number in decimal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Potential users of Arm-2D may have different backgrounds and purposes. Whether y
- [How to Get Started](#how-to-get-started)
- [Table of Content](#table-of-content)
- [Features](#features)
- [In this version (v1.2.1-dev)](#in-this-version-v121-dev)
- [In this version (v1.2.2-dev)](#in-this-version-v122-dev)
- [New Features Planned in the Future](#new-features-planned-in-the-future)
- [1 Introduction](#1-introduction)
- [1.1 The Background](#11-the-background)
Expand All @@ -100,7 +100,7 @@ Potential users of Arm-2D may have different backgrounds and purposes. Whether y

## Features

### In this version (v1.2.1)
### In this version (v1.2.2-dev)

The Arm-2D library provides **Low-Level 2D Image Processing Services** mainly used in **Deep Embedded Display system**. The supported features include but not limited to:

Expand Down Expand Up @@ -413,4 +413,4 @@ Thank you for your time.

***Arm-2D Development Team.***

20 Dec 2024
23 Dec 2024

0 comments on commit 4fba3d4

Please sign in to comment.