Skip to content

Commit

Permalink
Update perf_counter.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Feb 29, 2024
1 parent 3a30d14 commit 07531fb
Showing 1 changed file with 2 additions and 2 deletions.
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__ 0
#define __PERF_COUNTER_VER_REVISE__ 1

#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 07531fb

Please sign in to comment.