diff options
author | Klaus Kämpf <kkaempf@suse.de> | 2011-02-02 10:26:51 +0100 |
---|---|---|
committer | Klaus Kämpf <kkaempf@suse.de> | 2011-02-02 10:26:51 +0100 |
commit | d85afa172b96d83cecff7a441a935f03703819ce (patch) | |
tree | 17e585199acc3940ff8565398d1e60148f4f7e00 /VERSION.cmake | |
parent | 9fe667443e6cd9e25769157c6b9d476c2e3b8cb9 (diff) | |
download | libsolv-d85afa172b96d83cecff7a441a935f03703819ce.tar.gz libsolv-d85afa172b96d83cecff7a441a935f03703819ce.tar.bz2 libsolv-d85afa172b96d83cecff7a441a935f03703819ce.zip |
Split satsolver-bindings off to a separate project/package
This makes the bindings (and application layer) more independant
of libsatsolver and allows to provide newer bindings on older
distributions without touching the satsolver infrastructure.
Diffstat (limited to 'VERSION.cmake')
-rw-r--r-- | VERSION.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake index de81dfe..9b26ebe 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,6 +46,6 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "16") -SET(LIBSATSOLVER_PATCH "3") +SET(LIBSATSOLVER_PATCH "4") # last released 0.16.0 |