Skip to content

Commit

Permalink
isotp: bump version strings
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
  • Loading branch information
hartkopp committed May 25, 2020
1 parent d87afd2 commit d50a200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/can/isotp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* - when a transfer (tx) is on the run the next write() blocks until it's done
* - no support for sending wait frames to the data source in the rx path
*
* Copyright (c) 2018 Volkswagen Group Electronic Research
* Copyright (c) 2020 Volkswagen Group Electronic Research
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -71,7 +71,7 @@
#include <net/sock.h>
#include <net/net_namespace.h>

#define CAN_ISOTP_VERSION "20200115"
#define CAN_ISOTP_VERSION "20200525"
static __initdata const char banner[] =
KERN_INFO "can: isotp protocol (rev " CAN_ISOTP_VERSION " alpha)\n";

Expand Down

0 comments on commit d50a200

Please sign in to comment.