From f8da6d58924128b4a4d77c1aa882a5a077a3a2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 3 Apr 2019 11:49:05 +0200 Subject: [PATCH] Update to latest Cryb release. --- .travis.yml | 2 +- configure.ac | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 592244a..b518047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ compiler: env: global: - CFLAGS="-Wno-unused-result" - - CRYB_TO=0.20181115 + - CRYB_TO=0.20190326 before_install: - sudo apt-get update -q diff --git a/configure.ac b/configure.ac index 0e6f00c..d648730 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([cryb.otp], [0.20181115], [des@des.no], [cryb-otp], [http://cryb.to/]) +AC_INIT([cryb.otp], [0.20190326], [des@des.no], [cryb-otp], [http://cryb.to/]) AC_CONFIG_SRCDIR([include/cryb/otp.h]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) diff --git a/debian/control b/debian/control index a627224..ed08c66 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cryb-otp Section: unknown Priority: optional Maintainer: Dag-Erling Smørgrav -Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20181115) +Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20190326) Standards-Version: 3.9.5 Homepage: https://github.com/cryb-to/cryb-otp