X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/b3c271b232e8f73e50efb422b844167550267024..b29b333865c98b5e48073731980fa6c3cc58f1eb:/rtems/gw/system_opt/system_def.h diff --git a/rtems/gw/system_opt/system_def.h b/rtems/gw/system_opt/system_def.h index 0ae03aa..49c60ed 100644 --- a/rtems/gw/system_opt/system_def.h +++ b/rtems/gw/system_opt/system_def.h @@ -7,19 +7,19 @@ /* Software version */ #define SW_VER_ID "CANGW" #define SW_VER_MAJOR 0 -#define SW_VER_MINOR 1 +#define SW_VER_MINOR 3 #define SW_VER_PATCH 0 #define SW_VER_CODE VER_CODE(SW_VER_MAJOR,SW_VER_MINOR,SW_VER_PATCH) /* Hardware version */ #define HW_VER_ID "RYU" -#define HW_VER_MAJOR 1 +#define HW_VER_MAJOR 0 #define HW_VER_MINOR 0 -#define HW_VER_PATCH 2 +#define HW_VER_PATCH 0 #define HW_VER_CODE VER_CODE(HW_VER_MAJOR,HW_VER_MINOR,HW_VER_PATCH) /* Version of mechanical */ #define MECH_VER_ID "???" #define MECH_VER_MAJOR 0 -#define MECH_VER_MINOR 1 +#define MECH_VER_MINOR 0 #define MECH_VER_PATCH 0 #define MECH_VER_CODE VER_CODE(MECH_VER_MAJOR,MECH_VER_MINOR,MECH_VER_PATCH)