]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
Update version number in readiness for V10.2.0 release.
[freertos] / FreeRTOS / Source / include / task.h
index 43fcbee98bd73bf221e7f34b0d818e0fa4ee538a..7651c5faacd4e608f130f25fbc8bc8bf2e1f80ec 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.1.1\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.2.0\r
+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -43,10 +43,10 @@ extern "C" {
  * MACROS AND DEFINITIONS\r
  *----------------------------------------------------------*/\r
 \r
-#define tskKERNEL_VERSION_NUMBER "V10.1.1"\r
+#define tskKERNEL_VERSION_NUMBER "V10.2.0"\r
 #define tskKERNEL_VERSION_MAJOR 10\r
-#define tskKERNEL_VERSION_MINOR 1\r
-#define tskKERNEL_VERSION_BUILD 1\r
+#define tskKERNEL_VERSION_MINOR 2\r
+#define tskKERNEL_VERSION_BUILD 0\r
 \r
 /**\r
  * task. h\r