MINOR: version: indicate that this version is stable

Also indicate that it will get fixes till ~Q1 2021.
diff --git a/include/common/version.h b/include/common/version.h
index b610c50..748d2be 100644
--- a/include/common/version.h
+++ b/include/common/version.h
@@ -39,7 +39,7 @@
 #ifdef  CONFIG_PRODUCT_STATUS
 #define PRODUCT_STATUS    CONFIG_PRODUCT_STATUS
 #else
-#define PRODUCT_STATUS   "Status: development branch - not safe for use in production."
+#define PRODUCT_STATUS   "Status: stable branch - will stop receiving fixes around Q1 2021."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS