From e4c81165062bc33a5e1359ec9b10392b3aa0f2a3 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Fri, 10 Apr 2020 23:03:08 +0200 Subject: [PATCH] version in configure --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 39ae863..df81d24 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/bash -program=patroneo #MUST be the same as engine/config.py shortName -version=1.4.1 +program=patroneo +version=1.5 cboxconfigure="--without-fluidsynth --without-libsmf" . template/configure.template #. is the posix compatible version of source