Browse Source

Fix version number

Serj Kalichev 8 years ago
parent
commit
18c1a7b7e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      birq.c

+ 1 - 1
birq.c

@@ -35,7 +35,7 @@
 #include "pxm.h"
 
 #ifndef VERSION
-#define VERSION "1.0.0"
+#define VERSION "1.2.0"
 #endif
 
 /* Signal handlers */