summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/src/version.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-03-10 18:50:25 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-03-10 18:50:25 +0000
commit233d4da0d94f0fddd54182426f5abef7eb2a25f7 (patch)
treee4f7ee131c74164e4f81851dfa56bf42f8ed1efd /plugins/MirOTR/libotr/src/version.h
parent556378c60ee53dd36c828976e51664b6d61736f0 (diff)
MirOTR: Updated lobotr to version 4.1.1 (fixes #1208)
-Fix an integer overflow bug that can cause a heap buffer overflow (and from there remote code execution) on 64-bit platforms -Fix possible free() of an uninitialized pointer -Be stricter about parsing v3 fragments -Add a testsuite ("make check" to run it), but only on Linux for now, since it uses Linux-specific features such as epoll -Fix a memory leak when reading a malformed instance tag file -Protocol documentation clarifications git-svn-id: http://svn.miranda-ng.org/main/trunk@16454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr/src/version.h')
-rw-r--r--plugins/MirOTR/libotr/src/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirOTR/libotr/src/version.h b/plugins/MirOTR/libotr/src/version.h
index ae2f7ff3dd..c7f990fb50 100644
--- a/plugins/MirOTR/libotr/src/version.h
+++ b/plugins/MirOTR/libotr/src/version.h
@@ -1,6 +1,6 @@
/*
* Off-the-Record Messaging library
- * Copyright (C) 2004-2014 Ian Goldberg, David Goulet, Rob Smits,
+ * Copyright (C) 2004-2016 Ian Goldberg, David Goulet, Rob Smits,
* Chris Alexander, Willy Lew, Lisa Du,
* Nikita Borisov
* <otr@cypherpunks.ca>
@@ -22,10 +22,10 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#define OTRL_VERSION "4.1.0"
+#define OTRL_VERSION "4.1.1"
#define OTRL_VERSION_MAJOR 4
#define OTRL_VERSION_MINOR 1
-#define OTRL_VERSION_SUB 0
+#define OTRL_VERSION_SUB 1
#endif