From 7c8fc71aeaf71a0313748c8302723a966ed64b0f Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 16 Aug 2010 12:41:27 +0000
Subject: [PATCH] - Updated compile-time and run-time version number and test
---
include/polarssl/version.h | 10 +++++-----
tests/suites/test_suite_version.data | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index c35234f34..62fe36bb4 100644
--- a/include/polarssl/version.h
+++ b/include/polarssl/version.h
@@ -35,17 +35,17 @@
* Major, Minor, Patchlevel
*/
#define POLARSSL_VERSION_MAJOR 0
-#define POLARSSL_VERSION_MINOR 13
-#define POLARSSL_VERSION_PATCH 1
+#define POLARSSL_VERSION_MINOR 14
+#define POLARSSL_VERSION_PATCH 0
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
-#define POLARSSL_VERSION_NUMBER 0x000D0100
-#define POLARSSL_VERSION_STRING "0.13.1"
-#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.13.1"
+#define POLARSSL_VERSION_NUMBER 0x000E0000
+#define POLARSSL_VERSION_STRING "0.14.0"
+#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.0"
#if defined(POLARSSL_VERSION_C)
diff --git a/tests/suites/test_suite_version.data b/tests/suites/test_suite_version.data
index 6d75b0f37..e7718e188 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.13.1"
+check_compiletime_version:"0.14.0"
Check runtime library version
-check_runtime_version:"0.13.1"
+check_runtime_version:"0.14.0"