]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rtems/gw/system_opt/system_def.h
Commit adding basic ethernet capability to the GW application - responding to pings.
[can-benchmark.git] / rtems / gw / system_opt / system_def.h
index 0ae03aab1ddb8c55b5ad9e7742c8e0fdccb73dc2..49c60ed9bfd865aa9bf2bc90b3454d4544f60599 100644 (file)
@@ -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)