From: Michael Mrozek Date: Wed, 11 Dec 2013 01:04:43 +0000 (+0100) Subject: pandora-version: Updated to Version: 1.8.9.0 - R1.60 RC Codename Super Zaxxon X-Git-Tag: sz_160~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beb1488821a80b558b525fa044daa4562fb54d1;p=openpandora.oe.git pandora-version: Updated to Version: 1.8.9.0 - R1.60 RC Codename Super Zaxxon --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 99d2fdf..28167f8 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" -PR = "r0" +PR = "r1" do_install() { OLD_PWD=$PWD @@ -10,7 +10,7 @@ do_install() { echo "Tag Name: `git describe`" > ${opvf} echo "GIT-VERSION: `git log -n1 --pretty=oneline|awk '{print $1}'`" >> ${opvf} echo "Branch: `git branch | awk '/*/{print $2}'`" >> ${opvf} - echo "Version: 1.8.0.6 - R1.55 Codename Super Zaxxon" >> ${opvf} + echo "Version: 1.8.9.0 - R1.60 RC Codename Super Zaxxon" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }