Skip to content

Commit

Permalink
lower required libev version to 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lekma committed Jul 27, 2018
1 parent f5e43cb commit 4e0bead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# pkg
pkg_name = "mood.event"
pkg_version = "1.1.0"
pkg_version = "1.1.1"
pkg_desc = "Python libev interface"

PKG_VERSION = ("PKG_VERSION", "\"{0}\"".format(pkg_version))
Expand All @@ -48,7 +48,7 @@ def check_version(current_version, minimum_version, name):

# libev
libev_name = "ev"
libev_min_version = "4.24"
libev_min_version = "4.22"

def libev_version():
libev_dll_name = find_library(libev_name)
Expand Down

0 comments on commit 4e0bead

Please sign in to comment.