diff --git a/build/version_number b/build/version_number
index 0271c7c3ae5cf3e367b07d871137f614ef36de30..1c4a70ee62674566cc80f8cb40d63afd2adee320 100644
--- a/build/version_number
+++ b/build/version_number
@@ -1 +1 @@
-6.09/02
+6.09/03
diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h
index d97bcfb43b0a3d5e1f783ef2804ca97ccc689b8d..34659bfa7d775ef7ce51f0cbd10463e122368e6c 100644
--- a/core/base/inc/RVersion.h
+++ b/core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
  *
 */
 
-#define ROOT_RELEASE "6.09/02"
+#define ROOT_RELEASE "6.09/03"
 #define ROOT_RELEASE_DATE "Mar  8 2017"
-#define ROOT_RELEASE_TIME "09:22:12"
+#define ROOT_RELEASE_TIME "09:40:23"
 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#define ROOT_VERSION_CODE ROOT_VERSION(6,9,2) /* 395522 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,9,3) /* 395523 */
 
 #endif