Skip to content

Commit

Permalink
Bump up module version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Mar 25, 2020
1 parent f796747 commit 9b66ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dkms-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
fi

DRV_NAME=rtl8821ce
DRV_VERSION=v5.5.2_34066.20190614
DRV_VERSION=v5.5.2_34066.20200325

cp -r . /usr/src/${DRV_NAME}-${DRV_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion dkms-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
fi

DRV_NAME=rtl8821ce
DRV_VERSION=v5.5.2_34066.20190614
DRV_VERSION=v5.5.2_34066.20200325

dkms remove ${DRV_NAME}/${DRV_VERSION} --all
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion include/rtw_version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define DRIVERVERSION "v5.5.2_34066.20190614_COEX20180712-3232"
#define DRIVERVERSION "v5.5.2_34066.20200325_COEX20180712-3232"
#define BTCOEXVERSION "COEX20180712-3232"

0 comments on commit 9b66ef4

Please sign in to comment.