update lib version

This commit is contained in:
Jason Rhinelander 2021-04-22 02:05:31 -03:00
parent be09faab8a
commit 7baffe71bf

4
debian/control vendored
View file

@ -9,7 +9,7 @@ Homepage: https://github.com/loki-project/loki-mq
Package: liboxenmq-dev
Section: libdevel
Architecture: any
Depends: liboxenmq1.2.4 (= ${binary:Version}), ${misc:Depends}, libzmq3-dev (>= 4.3)
Depends: liboxenmq1.2.5 (= ${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 oxenmq.
Package: liboxenmq1.2.4
Package: liboxenmq1.2.5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: zeromq-based Loki message passing library