diff --git a/iso/isolinux/txt.cfg b/iso/isolinux/txt.cfg index 932b0a973..c60740977 100755 --- a/iso/isolinux/txt.cfg +++ b/iso/isolinux/txt.cfg @@ -1,6 +1,6 @@ default install label install - menu label ^T-Pot 19.03 (based on Debian Sid) + menu label ^T-Pot 19.03.1 (based on Debian Sid) menu default kernel linux append vga=788 initrd=initrd.gz console-setup/ask_detect=true -- diff --git a/update.sh b/update.sh index 3d2b01ced..1b2b12bd0 100755 --- a/update.sh +++ b/update.sh @@ -77,7 +77,7 @@ echo # Let's check for version function fuCHECK_VERSION () { local myMINVERSION="19.03.0" -local myMASTERVERSION="19.03.0" +local myMASTERVERSION="19.03.1" echo echo "### Checking for Release ID" myRELEASE=$(lsb_release -i | grep Debian -c) diff --git a/version b/version index f8d11db75..2b90a9b35 100644 --- a/version +++ b/version @@ -1 +1 @@ -19.03.0 +19.03.1