From 23e9ebebc47251e9813e5543ffc44d87be4fd8b3 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 25 May 2021 06:38:12 +0200 Subject: [PATCH] Use ${version} macro instead of hardcoded number --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 2f9474d..8effd04 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ END # # defaults # -version=1.7.0 # package version (used by pkg-config) +version=1.8.0 # package version (used by pkg-config) prefix=/usr/local # where to install sndio so="libsndio.so.\${MAJ}.\${MIN}" # shared libs to build alsa=no # do we want alsa support ? @@ -306,7 +306,7 @@ includedir=`echo $includedir | sed -e "s:^${prefix}:\\${prefix}:"` Name: sndio Description: sndio library -Version: 1.8.0 +Version: ${version} Requires: Libs: -L\${libdir} -lsndio Cflags: -I\${includedir}