Skip to content

Commit

Permalink
make_release: 1.9.25 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers authored Feb 15, 2018
1 parent 1b544cb commit a49e38d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- conf -*-

description = "Arakoon client"
version = "1.9.24"
version = "1.9.25"
exists_if = "arakoon_client.cma,arakoon_client.cmxa,arakoon_client.cmxs"
requires = "threads lwt lwt.unix str oUnit quickcheck lwt_ssl ocplib-endian redis-lwt uri"
archive(byte) = "arakoon_client.cma tcp_keepalive_sockopt_stubs.o"
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
arakoon (1.9.25) unstable; urgency=low
* new upstream version

-- Romain Slootmaekers <[email protected]> Thu, 15 Feb 2018 09:12:47 +0100

arakoon (1.9.24) unstable; urgency=low
* new upstream version

Expand Down
4 changes: 3 additions & 1 deletion redhat/SPECS/arakoon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: Arakoon
Name: arakoon
Version: 1.9.24
Version: 1.9.25
Release: 3%{?dist}
License: Apache 2.0
Requires: libev >= 4
Expand Down Expand Up @@ -33,6 +33,8 @@ cp arakoon.native %{buildroot}%{_bindir}/arakoon
%{_bindir}/arakoon

%changelog
* Thu Feb 15 2018 Romain Slootmaekers <[email protected]> - 1.9.25
- Create arakoon 1.9.25 RPM package
* Tue Feb 13 2018 Romain Slootmaekers <[email protected]> - 1.9.24
- Create arakoon 1.9.24 RPM package
* Fri Dec 29 2017 Romain Slootmaekers <[email protected]> - 1.9.23
Expand Down

0 comments on commit a49e38d

Please sign in to comment.