[go: nahoru, domu]

Skip to content

Commit

Permalink
Increase version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfraker committed Apr 26, 2024
1 parent 18a7776 commit f2385de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gve_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define GVE_DEFAULT_RX_COPYBREAK (256)

#define DEFAULT_MSG_LEVEL (NETIF_MSG_DRV | NETIF_MSG_LINK)
#define GVE_VERSION "1.4.0-0--19c43f0-oot"
#define GVE_VERSION "1.4.1-0-f1c63eb-f1c63eb-oot"
#define GVE_VERSION_PREFIX "GVE-"

// Minimum amount of time between queue kicks in msec (10 seconds)
Expand Down
2 changes: 1 addition & 1 deletion google/gve/gve_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define GVE_DEFAULT_RX_COPYBREAK (256)

#define DEFAULT_MSG_LEVEL (NETIF_MSG_DRV | NETIF_MSG_LINK)
#define GVE_VERSION "1.4.0"
#define GVE_VERSION "1.4.1"
#define GVE_VERSION_PREFIX "GVE-"

// Minimum amount of time between queue kicks in msec (10 seconds)
Expand Down

0 comments on commit f2385de

Please sign in to comment.