From 00f7de90210080e231b2f8c2a0bf39c8b0a048ac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Mar 2013 09:37:22 +0000 Subject: - major design flaw fixed in LastSeen plugin; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@4089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/src/version.h b/plugins/CryptoPP/src/version.h index 59f24b02fd..8d7c950b88 100644 --- a/plugins/CryptoPP/src/version.h +++ b/plugins/CryptoPP/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 4 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM #define __TOSTRING(x) #x -- cgit v1.2.3