diff --git a/README.md b/README.md index c8ed40d..a359c89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# perf_counter (v2.3.2) +# perf_counter (v2.3.3) A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`. ### Features: diff --git a/perf_counter.h b/perf_counter.h index 507e528..7e46627 100644 --- a/perf_counter.h +++ b/perf_counter.h @@ -42,7 +42,7 @@ extern "C" { #define __PERF_COUNTER_VER_MINOR__ 3 #define __PERF_COUNTER_VER_REVISE__ 3 -#define __PERF_COUNTER_VER_STR__ "dev" +#define __PERF_COUNTER_VER_STR__ "" #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \