incremented version number to 0.2, the driver is working, even though not SMP save

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7685 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-05-29 23:20:15 +00:00
parent 5e06140d91
commit bf3a0dce48

View File

@ -19,7 +19,9 @@
#ifndef __SETUP_H
#define __SETUP_H
#define INFO1 "ipro1000: Intel PRO/1000 Family Driver. Version 0.1 Build " __DATE__ " "__TIME__
#define VERSION "0.2"
#define INFO1 "ipro1000: Intel PRO/1000 Family Driver. Version " VERSION " Build " __DATE__ " "__TIME__
#define INFO2 "ipro1000: Copyright (c) 2001-2003, Intel Corporation. All rights reserved."
#define INFO3 "ipro1000: Copyright (c) 2004 Marcus Overhagen. All rights reserved."