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 Jan 28, 2021
1 parent f649403 commit 5a45d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ PKG_RPATH = -Wl,-rpath,$(libdst):$(INSTALL_LIB_PATH)
# Customization of shared object library (SO)

PKG_VER_MAJOR = 1
PKG_VER_MINOR = 0
PKG_VER_RELEASE = 6
PKG_VER_MINOR = 1
PKG_VER_RELEASE = 2
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 5a45d2a

Please sign in to comment.