Skip to content
Snippets Groups Projects
Commit 443cf1c9f4e4 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

0.22.1

parent 61539925276d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
__docformat__ = "restructuredtext en"
modname = "rql"
numversion = (0, 22, 0)
numversion = (0, 22, 1)
version = '.'.join(str(num) for num in numversion)
license = 'LCL'
......@@ -39,5 +39,4 @@
ext_modules = [ Extension('rql_solve',
['gecode_solver.cpp'],
libraries=['gecodeint', 'gecodekernel', 'gecodesearch'],
) ]
rql (0.22.1-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 06 Jul 2009 15:19:25 +0200
rql (0.22.0-2) unstable; urgency=low
* replaced python-central with python-support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment