X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a71ece51e49f739e0eff8022e6c5d66813d1aa56..eb891c385e5b580dfafbe3f1ffbae41054adbdd9:/client/reveng/reveng.h

diff --git a/client/reveng/reveng.h b/client/reveng/reveng.h
index 48dcb31c..60b3f4db 100644
--- a/client/reveng/reveng.h
+++ b/client/reveng/reveng.h
@@ -1,5 +1,5 @@
 /* reveng.h
- * Greg Cook, 9/Apr/2015
+ * Greg Cook, 30/Jul/2015
  */
 
 /* CRC RevEng, an arbitrary-precision CRC calculator and algorithm finder
@@ -92,7 +92,7 @@
 /* Global definitions */
 
 /* CRC RevEng version string */
-#define VERSION "1.3.0"
+#define VERSION "1.3.1"
 
 /* bmpbit.c */
 typedef BMP_T bmp_t;