Skip to content

Commit

Permalink
new version 19.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Mar 27, 2019
1 parent f8825be commit 82435c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion archiso/airootfs/etc/lsb-release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LSB_VERSION=1.4
DISTRIB_ID=ArcoLinux
DISTRIB_RELEASE=v19.03.4
DISTRIB_RELEASE=v19.04.1
DISTRIB_CODENAME=ArcoLinux
DISTRIB_DESCRIPTION="ArcoLinux"
2 changes: 1 addition & 1 deletion archiso/airootfs/etc/os-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME="ArcoLinux"
ID=ArcoLinux
ID_LIKE="arch"
VERSION_ID=v19.03.4
VERSION_ID=v19.04.1
ANSI_COLOR="0;36"
HOME_URL="https://arcolinux.info"
SUPPORT_URL="http://arcolinuxforum.com"
4 changes: 2 additions & 2 deletions archiso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
set -e -u

iso_name=arcolinux
iso_label="arcolinux-v19.03.4-x86_64"
iso_label="arcolinux-v19.04.1-x86_64"
iso_publisher="ArcoLinux <http://www.arcolinux.info>"
iso_application="ArcoLinux Live/Rescue CD"
iso_version="v19.03.4"
iso_version="v19.04.1"
install_dir=arch
work_dir=work
out_dir=out
Expand Down
4 changes: 2 additions & 2 deletions installation-scripts/10-change-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ set -e

echo "Let us change all instances of version number everywhere."

echo "What is the old version? e.g. v19.03.1 (including v and dots)"
echo "What is the old version? e.g. v19.04.1 (including v and dots)"
read oldversion

echo "To what version do you want upgrade e.g. v19.03.2 (including v and dots)"
echo "To what version do you want upgrade e.g. v19.04.2 (including v and dots)"

read newversion

Expand Down

0 comments on commit 82435c9

Please sign in to comment.