diff --git a/singularity/Singularity b/singularity/Singularity index c1520e4..d113e9f 100644 --- a/singularity/Singularity +++ b/singularity/Singularity @@ -9,7 +9,7 @@ Bootstrap : docker From: debian:11-slim %post - BDM_VERSION=5.0.1 + BDM_VERSION=5.0.2 BDMT_VERSION=2.1.2 # software-properties-common required to install Java Runtime diff --git a/singularity/Singularity.local b/singularity/Singularity.local index 933426e..964af3d 100644 --- a/singularity/Singularity.local +++ b/singularity/Singularity.local @@ -17,10 +17,10 @@ Bootstrap : docker From: debian:11-slim %files - ../distrib/beedeem-5.0.1-distrib.zip /opt + ../distrib/beedeem-5.0.2-distrib.zip /opt %post - BDM_VERSION=5.0.1 + BDM_VERSION=5.0.2 BDMT_VERSION=2.1.2 # software-properties-common required to install Java Runtime diff --git a/src/bzh/plealog/dbmirror/main/version.properties b/src/bzh/plealog/dbmirror/main/version.properties index c80617d..61416b0 100644 --- a/src/bzh/plealog/dbmirror/main/version.properties +++ b/src/bzh/plealog/dbmirror/main/version.properties @@ -3,9 +3,9 @@ prg.name=beedeem # UI name prg.app.name=BeeDeeM # releases prior to 4: KoriBlast/ngKLAST suite of software -prg.version=5.0.1 +prg.version=5.0.2 # Who did what and when -prg.copyright=(c) 2007-2023, Patrick G. Durand +prg.copyright=(c) 2007-2024, Patrick G. Durand prg.provider=Plealog # Place of the source code prg.url=https://github.com/pgdurand