Skip to content

Commit

Permalink
prepare for v2.3.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Mar 15, 2024
1 parent b1d9ac7 commit f67b659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
<repository type="git">https://github.com/GorgonMeducer/perf_counter.git</repository>

<releases>
<release date="2024-03-12" version="2.3.1" tag="v2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack">
<release version="9.9.9" tag="9.9.9">
Developing...
</release>
<release date="2024-03-12" version="2.3.1" tag="2.3.1" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.1/GorgonMeducer.perf_counter.2.3.1.pack">
Release v2.3.1
- Fixed PMU-SysTick-overflow-miscounting issue
- Other minor changes.
</release>
<release date="2024-02-28" version="2.3.0" tag="v2.3.0" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.0/GorgonMeducer.perf_counter.2.3.0.pack">
<release date="2024-02-28" version="2.3.0" tag="2.3.0" url="https://github.com/GorgonMeducer/perf_counter/releases/download/v2.3.0/GorgonMeducer.perf_counter.2.3.0.pack">
Release v2.3.0
- Support porting to a different architecture
- Support Armv8.1-m PMU
Expand Down
4 changes: 2 additions & 2 deletions perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ extern "C" {
*/
#define __PERF_COUNTER_VER_MAJOR__ 2
#define __PERF_COUNTER_VER_MINOR__ 3
#define __PERF_COUNTER_VER_REVISE__ 1
#define __PERF_COUNTER_VER_REVISE__ 2

#define __PERF_COUNTER_VER_STR__ ""
#define __PERF_COUNTER_VER_STR__ "dev"

#define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \
+__PERF_COUNTER_VER_MINOR__ * 100ul \
Expand Down

0 comments on commit f67b659

Please sign in to comment.