Browse Source

switch to final

pull/20/head s3_310_Final
gorgone 5 years ago
parent
commit
61ffbcb959
No known key found for this signature in database GPG Key ID: EBAAD350739A27E7
  1. 2
      s3
  2. 2
      support/functions/_logos

2
s3

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
VERSIONCOUNTER=310 VERSIONCOUNTER=310
SIMPLEVERSION="3.0 RC7" SIMPLEVERSION="Final"
OIFS=$IFS OIFS=$IFS
export NCURSES_NO_UTF8_ACS=1 export NCURSES_NO_UTF8_ACS=1

2
support/functions/_logos

@ -17,7 +17,7 @@ s3logo(){
echo -e $C" echo -e $C"
_________________ _________________
/ _____/\\_____ \\ =============== / _____/\\_____ \\ ===============
\_____ \\ _(__ < $w_l Version $SIMPLEVERSION$C \_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION!$C
/ \\ / \\ =============== / \\ / \\ ===============
/_______ //______ / $y_l by gorgone$p_l 2020$C /_______ //______ / $y_l by gorgone$p_l 2020$C
\\/ \/ ===============\n$W"; \\/ \/ ===============\n$W";

Loading…
Cancel
Save