Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kehengzhong authored Jul 5, 2021
1 parent 1e85e9a commit 101bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ solib = $(dst)/$(PKG_SO_LIB)

PKG_VER_MAJOR = 2
PKG_VER_MINOR = 6
PKG_VER_RELEASE = 22
PKG_VER_RELEASE = 24
PKG_VER = $(PKG_VER_MAJOR).$(PKG_VER_MINOR).$(PKG_VER_RELEASE)

PKG_VERSO_LIB = $(PKG_SO_LIB).$(PKG_VER)
Expand Down

0 comments on commit 101bdf8

Please sign in to comment.