From 5cf558e4d59f03e06101b7e974aee846fd07d6cc Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Wed, 10 Aug 2011 02:07:08 -0700 Subject: [PATCH] Change version requirement to allow support for newer versions. --- rockspecs/lua-zmq-threads-1.1-1.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rockspecs/lua-zmq-threads-1.1-1.rockspec b/rockspecs/lua-zmq-threads-1.1-1.rockspec index 3128b9a..b82ed29 100644 --- a/rockspecs/lua-zmq-threads-1.1-1.rockspec +++ b/rockspecs/lua-zmq-threads-1.1-1.rockspec @@ -10,8 +10,8 @@ description = { license = "MIT/X11" } dependencies = { - "lua-zmq = 1.1-1", - "lua-llthreads = 1.1-1", + "lua-zmq >= 1.1-1", + "lua-llthreads >= 1.1-1", } build = { type = "none",