aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2011-04-01 09:44:04 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2011-04-01 09:44:04 +0000
commit540c74af13a3c27b5612bf527b0fc8f35ea0919b (patch)
tree9781846780f0cf7ea28595a3a2b0c66ebd438786
parent95874f70b9879a64b56e135df1dc4180b9c2969f (diff)
downloadmbedtls-archive/polarssl-0.14.zip
mbedtls-archive/polarssl-0.14.tar.gz
mbedtls-archive/polarssl-0.14.tar.bz2
- Made changes for 0.14.3 releasearchive/polarssl-0.14
-rw-r--r--include/polarssl/version.h8
-rw-r--r--tests/suites/test_suite_version.data4
2 files changed, 6 insertions, 6 deletions
diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index d13f01c..f9a08cf 100644
--- a/include/polarssl/version.h
+++ b/include/polarssl/version.h
@@ -36,16 +36,16 @@
*/
#define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 14
-#define POLARSSL_VERSION_PATCH 2
+#define POLARSSL_VERSION_PATCH 3
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
-#define POLARSSL_VERSION_NUMBER 0x000E0200
-#define POLARSSL_VERSION_STRING "0.14.2"
-#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.2"
+#define POLARSSL_VERSION_NUMBER 0x000E0300
+#define POLARSSL_VERSION_STRING "0.14.3"
+#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.3"
#if defined(POLARSSL_VERSION_C)
diff --git a/tests/suites/test_suite_version.data b/tests/suites/test_suite_version.data
index b6c9ab6..ac371f1 100644
--- a/tests/suites/test_suite_version.data
+++ b/tests/suites/test_suite_version.data
@@ -1,5 +1,5 @@
Check compiletime library version
-check_compiletime_version:"0.14.2"
+check_compiletime_version:"0.14.3"
Check runtime library version
-check_runtime_version:"0.14.2"
+check_runtime_version:"0.14.3"