fix lib version

This commit is contained in:
Jason Rhinelander 2020-11-17 15:46:57 -04:00
parent bfb98119dd
commit 897c54250c

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
Package: liblokimq-dev
Section: libdevel
Architecture: any
Depends: liblokimq1.2.1 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Depends: liblokimq1.2.2 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Description: zeromq-based Loki message passing library (headers)
This C++17 library contains an abstraction layer around ZeroMQ to support
integration with Loki authentication, RPC, and message passing. It is
@ -22,7 +22,7 @@ Description: zeromq-based Loki message passing library (headers)
This package contains the library headers and other development files needed
to build software using lokimq.
Package: liblokimq1.2.1
Package: liblokimq1.2.2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library