diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-03 13:25:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-03 13:25:02 +0300 |
commit | 4d5fc7652f384e04e73c6eb7a8f74d14e1e4c3c4 (patch) | |
tree | 95699152ee9b6762c0d70210331d3343e9dcacf4 /plugins/FingerprintNG/src/version.h | |
parent | a3b926ef5c2a60acb9f285db75e43769e58eb21f (diff) |
Fingerprint:
- damnation of 256 masks overcome by moving base counter into the separate integer;
- stupid slow search replaced with indexed search;
- fixes #1580 (incorrect icon of Conversations IM in Contact List);
- version bump;
Diffstat (limited to 'plugins/FingerprintNG/src/version.h')
-rw-r--r-- | plugins/FingerprintNG/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FingerprintNG/src/version.h b/plugins/FingerprintNG/src/version.h index 9095ededd9..222218586e 100644 --- a/plugins/FingerprintNG/src/version.h +++ b/plugins/FingerprintNG/src/version.h @@ -18,9 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|