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 Jun 9, 2021
1 parent c09eea1 commit 7438b43
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
@@ -1,7 +1,7 @@

#################################################################
# Makefile for Event Pump - epump
# Copyright (c) 2003-2020 Ke Hengzhong <[email protected]>
# Copyright (c) 2003-2021 Ke Hengzhong <[email protected]>
# All rights reserved. See MIT LICENSE for redistribution.
#################################################################

Expand Down Expand Up @@ -38,7 +38,7 @@ ADIF_RPATH = -Wl,-rpath,$(adif_lib)

PKG_VER_MAJOR = 2
PKG_VER_MINOR = 1
PKG_VER_RELEASE = 2
PKG_VER_RELEASE = 4
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 7438b43

Please sign in to comment.