Bump up version to 1.6

This commit is contained in:
q3aql 2021-10-27 22:25:20 +02:00
parent 080fcd3339
commit 734a50df7e
6 changed files with 25 additions and 25 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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