pandora-version: update to v1.76
[openpandora.oe.git] / recipes / pandora-system / pandora-version.bb
index 4061db4..873efed 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
 
 # a reminder: update the changelog!
-PR = "r38"
+PR = "r39"
 
 SRC_URI = " \
   file://changelog \
@@ -20,8 +20,8 @@ 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.9.7.5 - R1.75 Codename Super Zaxxon" >> ${opvf}
-  echo "Display Ver: SuperZaxxon 1.75${updv}" >> ${opvf}
+  echo "Version: 1.9.7.6 - R1.76 Codename Super Zaxxon" >> ${opvf}
+  echo "Display Ver: SuperZaxxon 1.76${updv}" >> ${opvf}
   echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf}
   echo "Time Stamp: `date -R`" >> ${opvf}