Update from Atmel START 1.0.87 to 1.1.134

Change-Id: I095f2f3f4de8ebba154b7d8f9f763a2fa6472ebd
diff --git a/sysmoOCTSIM/include/component-version.h b/sysmoOCTSIM/include/component-version.h
index 0e44af5..154ac4d 100644
--- a/sysmoOCTSIM/include/component-version.h
+++ b/sysmoOCTSIM/include/component-version.h
@@ -3,7 +3,7 @@
  *
  * \brief Component version header file
  *
- * Copyright (c) 2018 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
+ * Copyright (c) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.

  *
  * \license_start
  *
@@ -29,7 +29,7 @@
 #define _COMPONENT_VERSION_H_INCLUDED
 
 #define COMPONENT_VERSION_MAJOR 1
-#define COMPONENT_VERSION_MINOR 0
+#define COMPONENT_VERSION_MINOR 1

 
 //
 // The COMPONENT_VERSION define is composed of the major and the minor version number.
@@ -37,18 +37,18 @@
 // The last four digits of the COMPONENT_VERSION is the minor version with leading zeros.
 // The rest of the COMPONENT_VERSION is the major version.
 //
-#define COMPONENT_VERSION 10000
+#define COMPONENT_VERSION 10001

 
 //
 // The build number does not refer to the component, but to the build number
 // of the device pack that provides the component.
 //
-#define BUILD_NUMBER 87
+#define BUILD_NUMBER 134

 
 //
 // The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
 //
-#define COMPONENT_VERSION_STRING "1.0"
+#define COMPONENT_VERSION_STRING "1.1"

 
 //
 // The COMPONENT_DATE_STRING contains a timestamp of when the pack was generated.
@@ -58,7 +58,7 @@
 //     "%Y-%m-%d %H:%M:%S"
 //
 //
-#define COMPONENT_DATE_STRING "2018-09-21 03:52:00"
+#define COMPONENT_DATE_STRING "2019-04-09 08:16:19"

 
 #endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */