sfc: Bump version to 3.2

The key new feature for 3.2 is PTP support.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
Ben Hutchings 2012-07-17 20:45:55 +01:00
parent e5621545e2
commit 25ce200215
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
*
**************************************************************************/
#define EFX_DRIVER_VERSION "3.1"
#define EFX_DRIVER_VERSION "3.2"
#ifdef DEBUG
#define EFX_BUG_ON_PARANOID(x) BUG_ON(x)