diff options
author | Klaus Kämpf <kkaempf@suse.de> | 2010-12-03 15:35:02 +0100 |
---|---|---|
committer | Klaus Kämpf <kkaempf@suse.de> | 2010-12-03 15:35:02 +0100 |
commit | 23ec75519351a47baaa75c1eedc64f352cbf3cb0 (patch) | |
tree | 0dc0b64c00add6b872c09fbead4e02cd40e05621 /VERSION.cmake | |
parent | 29b546ff3ebe910c3fa2a9be0abb249c0328768a (diff) | |
download | libsolv-23ec75519351a47baaa75c1eedc64f352cbf3cb0.tar.gz libsolv-23ec75519351a47baaa75c1eedc64f352cbf3cb0.tar.bz2 libsolv-23ec75519351a47baaa75c1eedc64f352cbf3cb0.zip |
Make swig input files for the bindings reusable
Introduce a new package (satsolver-bindings-devel) containing the .i
and .h files used to create the bindings.
This makes the bindings API reusable in other bindings using
libsatsolver, i.e. libzypp-bindings.
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 7a544ad..c0bda33 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,6 +46,6 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "16") -SET(LIBSATSOLVER_PATCH "1") +SET(LIBSATSOLVER_PATCH "2") # last released 0.16.0 |