summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-10 08:40:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-10 08:40:31 +0000
commit10e3a59a25eda2b93c796c47359853c5b8dfc6ea (patch)
treef9150853a6efb876658d94db232a755f1b44a44e /configure
parentReleasing debian version 1.13-2. (diff)
downloadpdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.tar.xz
pdlzip-10e3a59a25eda2b93c796c47359853c5b8dfc6ea.zip
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2a5e46e..9f6e7da 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@
# to copy, distribute, and modify it.
pkgname=pdlzip
-pkgversion=1.13
+pkgversion=1.14-rc1
progname=pdlzip
srctrigger=doc/${progname}.1
@@ -109,7 +109,7 @@ while [ $# != 0 ] ; do
exit 1 ;;
esac
- # Check if the option took a separate argument
+ # Check whether the option took a separate argument
if [ "${arg2}" = yes ] ; then
if [ $# != 0 ] ; then args="${args} \"$1\"" ; shift
else echo "configure: Missing argument to '${option}'" 1>&2