diff --git a/build/version_number b/build/version_number index 2c0db9a8069bc7a3157de26410fbd93134b2e596..1f132b07b7d1a86997af4171ae119eb4fe1a0f17 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -6.07/04 +6.07/05 diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h index 10d862d2b944b085d16fde0b34f65c370d0c2a2a..e929eff3775f13520d8c7478682a6fc2700af917 100644 --- a/core/base/inc/RVersion.h +++ b/core/base/inc/RVersion.h @@ -14,10 +14,10 @@ * */ -#define ROOT_RELEASE "6.07/04" +#define ROOT_RELEASE "6.07/05" #define ROOT_RELEASE_DATE "Mar 4 2016" -#define ROOT_RELEASE_TIME "15:47:28" +#define ROOT_RELEASE_TIME "15:48:33" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define ROOT_VERSION_CODE ROOT_VERSION(6,7,4) /* 395012 */ +#define ROOT_VERSION_CODE ROOT_VERSION(6,7,5) /* 395013 */ #endif