From 24f9d66a3e31ab1727af39b78439d77ed6b08a54 Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@hotmail.it>
Date: Sat, 8 Oct 2011 15:05:27 +0200
Subject: [PATCH] Version changed to 1.59

---
 miosix/doc/textdoc/Changelog.txt | 3 +++
 miosix/util/version.cpp          | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/miosix/doc/textdoc/Changelog.txt b/miosix/doc/textdoc/Changelog.txt
index eb1b100f..7e04ae0a 100644
--- a/miosix/doc/textdoc/Changelog.txt
+++ b/miosix/doc/textdoc/Changelog.txt
@@ -1,6 +1,9 @@
 Changelog for Miosix np embedded OS
 
+v1.59
+
 v1.58
+- Added new board stm32vldiscovery
 - Fixed a bug in the syscall code to handle static constructors. Despite the
   gcc documentation said that a __guard was 8 bytes, it is actually only 4
 - Changing linker scripts to be compatble with the way GCC handles
diff --git a/miosix/util/version.cpp b/miosix/util/version.cpp
index d9b4aeff..134b69a3 100644
--- a/miosix/util/version.cpp
+++ b/miosix/util/version.cpp
@@ -4,7 +4,7 @@ namespace miosix {
 /**
  * Kernel verision is stored in this string.
  */
-const char *const versionString="Miosix v1.58";
+const char *const versionString="Miosix v1.59";
 
 const char *getMiosixVersion()
 {
-- 
GitLab