diff --git a/example/example.uvoptx b/example/example.uvoptx
index e19b0b8..af5efc5 100644
--- a/example/example.uvoptx
+++ b/example/example.uvoptx
@@ -170,6 +170,22 @@
\\example\main.c\151
+
+ 1
+ 0
+ 158
+ 1
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ <1>.\main.c
+
+
+
diff --git a/example/example.uvprojx b/example/example.uvprojx
index ee2e549..c7d8ec4 100644
--- a/example/example.uvprojx
+++ b/example/example.uvprojx
@@ -1638,6 +1638,7 @@
+
diff --git a/perf_counter.h b/perf_counter.h
index 3caf2ec..c4b8380 100644
--- a/perf_counter.h
+++ b/perf_counter.h
@@ -40,9 +40,9 @@ extern "C" {
*/
#define __PERF_COUNTER_VER_MAJOR__ 2
#define __PERF_COUNTER_VER_MINOR__ 3
-#define __PERF_COUNTER_VER_REVISE__ 2
+#define __PERF_COUNTER_VER_REVISE__ 3
-#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 \