aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-01-28 14:29:13 +0100
committerRickard Green <[email protected]>2014-01-28 14:29:13 +0100
commit566a2ef07e3635bfa65d371505c61b43be82f617 (patch)
tree725c62f19c62a3011a0d3218db8c5ca4a5326363 /erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c
parente0001b1311dc3182793e21f598dabf15053aead7 (diff)
parent8ff33cff02d01b2b4f20769cbd77c5ef23b01631 (diff)
downloadotp-566a2ef07e3635bfa65d371505c61b43be82f617.tar.gz
otp-566a2ef07e3635bfa65d371505c61b43be82f617.tar.bz2
otp-566a2ef07e3635bfa65d371505c61b43be82f617.zip
Merge branch 'vinoski/rm-drv-async-cancel'
OTP-11628 * vinoski/rm-drv-async-cancel: remove deprecated driver_async_cancel function
Diffstat (limited to 'erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c')
-rw-r--r--erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c b/erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c
index 815d96cc97..63c69f751c 100644
--- a/erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c
+++ b/erts/emulator/test/driver_SUITE_data/sys_info_prev_drv.c
@@ -19,14 +19,14 @@
/*
* Author: Rickard Green
*
- * Description: Driver that fakes driver version 2.0 and tests
+ * Description: Driver that fakes driver version 3.0 and tests
* driver_system_info().
*
*/
#include "sys_info_drv_impl.h"
-#define SYS_INFO_DRV_MAJOR_VSN 2
+#define SYS_INFO_DRV_MAJOR_VSN 3
#define SYS_INFO_DRV_MINOR_VSN 0
#define SYS_INFO_DRV_NAME_STR "sys_info_prev_drv"
#define SYS_INFO_DRV_NAME sys_info_prev_drv