Skip to content

Commit

Permalink
new version 18.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Nov 26, 2018
1 parent 75c5920 commit 6868035
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
@@ -1,5 +1,5 @@
LSB_VERSION=1.4
DISTRIB_ID=ArcoLinux
DISTRIB_RELEASE=v18.12.1
DISTRIB_RELEASE=v18.12.2
DISTRIB_CODENAME=ArcoLinux
DISTRIB_DESCRIPTION="ArcoLinux"
2 changes: 1 addition & 1 deletion archiso/airootfs/etc/os-release
@@ -1,7 +1,7 @@
NAME="ArcoLinux"
ID=ArcoLinux
ID_LIKE="arch"
VERSION_ID=v18.12.1
VERSION_ID=v18.12.2
ANSI_COLOR="0;36"
HOME_URL="https://arcolinux.info"
SUPPORT_URL="http://arcolinuxforum.com"
4 changes: 2 additions & 2 deletions archiso/build.sh
Expand Up @@ -3,10 +3,10 @@
set -e -u

iso_name=arcolinux
iso_label="arcolinux-v18.12.1-x86_64"
iso_label="arcolinux-v18.12.2-x86_64"
iso_publisher="ArcoLinux <http://www.arcolinux.info>"
iso_application="ArcoLinux Live/Rescue CD"
iso_version="v18.12.1"
iso_version="v18.12.2"
install_dir=arch
work_dir=work
out_dir=out
Expand Down
4 changes: 2 additions & 2 deletions installation-scripts/10-change-versions.sh
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. v18.11.1 (including v and dots)"
echo "What is the old version? e.g. v18.12.1 (including v and dots)"
read oldversion

echo "To what version do you want upgrade e.g. v18.11.2 (including v and dots)"
echo "To what version do you want upgrade e.g. v18.12.2 (including v and dots)"

read newversion

Expand Down

0 comments on commit 6868035

Please sign in to comment.