- Made changes for 0.14.3 release
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"