diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-16 23:14:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-16 23:14:03 +0300 |
commit | b077e485892bf186cae0084aa4d45e468c530378 (patch) | |
tree | 983dfb5efe03d63b0912dedc14d9702ceb91c025 /protocols/MSN/src/version.h | |
parent | 89979c595a7711925499db9045cdc25e330b9f36 (diff) |
dynamic loading of openssl removed
Diffstat (limited to 'protocols/MSN/src/version.h')
-rw-r--r-- | protocols/MSN/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 95e043c5f1..dc1e361c94 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define __MAJOR_VERSION 0
#define __MINOR_VERSION 12
#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|