Skip to content

Commit d887199

Browse files
Michael Chandavem330
authored andcommitted
tg3: Update version to 3.130
Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 402e139 commit d887199

File tree

1 file changed

+2
-2
lines changed
  • drivers/net/ethernet/broadcom

1 file changed

+2
-2
lines changed

drivers/net/ethernet/broadcom/tg3.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ static inline void _tg3_flag_clear(enum TG3_FLAGS flag, unsigned long *bits)
9494

9595
#define DRV_MODULE_NAME "tg3"
9696
#define TG3_MAJ_NUM 3
97-
#define TG3_MIN_NUM 129
97+
#define TG3_MIN_NUM 130
9898
#define DRV_MODULE_VERSION \
9999
__stringify(TG3_MAJ_NUM) "." __stringify(TG3_MIN_NUM)
100-
#define DRV_MODULE_RELDATE "January 06, 2013"
100+
#define DRV_MODULE_RELDATE "February 14, 2013"
101101

102102
#define RESET_KIND_SHUTDOWN 0
103103
#define RESET_KIND_INIT 1

0 commit comments

Comments
 (0)