From 734a50df7e64616932568d70428f81d4a991c82e Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 27 Oct 2021 22:25:20 +0200 Subject: [PATCH] Bump up version to 1.6 --- src-ES/zenigrub-custom | 10 +++++----- src-ES/zenigrub-custom-admin | 8 ++++---- src-ES/zenigrub-custom-cli | 6 +++--- src/zenigrub-custom | 10 +++++----- src/zenigrub-custom-admin | 8 ++++---- src/zenigrub-custom-cli | 8 ++++---- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src-ES/zenigrub-custom b/src-ES/zenigrub-custom index 1a95818..f9b8d91 100755 --- a/src-ES/zenigrub-custom +++ b/src-ES/zenigrub-custom @@ -2,13 +2,13 @@ ############################################################## # Edita ciertas opciones del GRUB graficamente # -# U. Modificacion: 02-08-2021 # +# U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" -M_DATE="020821" +VERSION="1.6" +M_DATE="271021" # Variables generales defaultGrub="/etc/default/grub" @@ -392,7 +392,7 @@ function actualizarGrub() { # Funcion para mostrar el "acerca" del programa function mostrarAcerca() { zenity --title "Acerca" --window-icon=${iconPath} --info --width=330 \ - --text "Software: zenigrub-custom ${VERSION} (${M_DATE})\nAutor: q3aql\nContacto: q3aql@protonmail.ch\nLicencia: GPL v2.0" + --text "Software: zenigrub-custom ${VERSION} (${M_DATE})\nAutor: q3aql\nContacto: q3aql@duck.com\nLicencia: GPL v2.0" } # Mostrar menu con todas las opciones diff --git a/src-ES/zenigrub-custom-admin b/src-ES/zenigrub-custom-admin index 5883a81..e567188 100755 --- a/src-ES/zenigrub-custom-admin +++ b/src-ES/zenigrub-custom-admin @@ -2,13 +2,13 @@ ############################################################## # Edita ciertas opciones del GRUB graficamente # -# U. Modificacion: 02-08-2021 # +# U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" -M_DATE="020821" +VERSION="1.6" +M_DATE="271021" # Variables iconPath="/opt/zenigrub-custom/zenigrub-custom.png" diff --git a/src-ES/zenigrub-custom-cli b/src-ES/zenigrub-custom-cli index 558c4ab..3f98f79 100755 --- a/src-ES/zenigrub-custom-cli +++ b/src-ES/zenigrub-custom-cli @@ -4,10 +4,10 @@ # Edita ciertas opciones del GRUB mediante terminal # # U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" +VERSION="1.6" M_DATE="271021" # Variables generales @@ -469,7 +469,7 @@ function mostrarAcerca() { echo "" echo " - Software: zenigrub-custom-cli ${VERSION} (${M_DATE})" echo " - Autor: q3aql" - echo " - Contacto: q3aql@protonmail.ch" + echo " - Contacto: q3aql@duck.com" echo " - Licencia: GPL v2.0" echo "" echo -n "+ Pulsa INTRO para continuar.. " ; read continue diff --git a/src/zenigrub-custom b/src/zenigrub-custom index 767e864..8fecc3b 100755 --- a/src/zenigrub-custom +++ b/src/zenigrub-custom @@ -2,13 +2,13 @@ ############################################################## # Edita ciertas opciones del GRUB graficamente # -# U. Modificacion: 02-08-2021 # +# U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" -M_DATE="020821" +VERSION="1.6" +M_DATE="271021" # Variables generales defaultGrub="/etc/default/grub" @@ -392,7 +392,7 @@ function actualizarGrub() { # Funcion para mostrar el "acerca" del programa function mostrarAcerca() { zenity --title "About" --window-icon=${iconPath} --info --width=330 \ - --text "Software: zenigrub-custom ${VERSION} (${M_DATE})\nAuthor: q3aql\nContact: q3aql@protonmail.ch\nLicense: GPL v2.0" + --text "Software: zenigrub-custom ${VERSION} (${M_DATE})\nAuthor: q3aql\nContact: q3aql@duck.com\nLicense: GPL v2.0" } # Mostrar menu con todas las opciones diff --git a/src/zenigrub-custom-admin b/src/zenigrub-custom-admin index 0a72ed4..e9363d9 100755 --- a/src/zenigrub-custom-admin +++ b/src/zenigrub-custom-admin @@ -2,13 +2,13 @@ ############################################################## # Edita ciertas opciones del GRUB graficamente # -# U. Modificacion: 02-08-2021 # +# U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" -M_DATE="020821" +VERSION="1.6" +M_DATE="271021" # Variables iconPath="/opt/zenigrub-custom/zenigrub-custom.png" diff --git a/src/zenigrub-custom-cli b/src/zenigrub-custom-cli index 28af188..44933d2 100755 --- a/src/zenigrub-custom-cli +++ b/src/zenigrub-custom-cli @@ -4,10 +4,10 @@ # Edita ciertas opciones del GRUB mediante terminal # # U. Modificacion: 27-10-2021 # # Autor: q3aql # -# Contacto: q3aql@protonmail.ch # +# Contacto: q3aql@duck.com # # Licencia: GPL v2.0 # ############################################################## -VERSION="1.5" +VERSION="1.6" M_DATE="271021" # Variables generales @@ -465,11 +465,11 @@ function actualizarGrub() { function mostrarAcerca() { clear echo "" - echo "* About" + echo "* About:" echo "" echo " - Software: zenigrub-custom-cli ${VERSION} (${M_DATE})" echo " - Author: q3aql" - echo " - Contact: q3aql@protonmail.ch" + echo " - Contact: q3aql@duck.com" echo " - License: GPL v2.0" echo "" echo -n "+ Press ENTER to continue.. " ; read continue