From f77245b95eeabe857b5be0b65274e3213f6ce4b6 Mon Sep 17 00:00:00 2001 From: mateor Date: Fri, 1 Feb 2013 02:09:03 -0600 Subject: [PATCH] Versioning to 2.6.0 --- auto_patcher | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/auto_patcher b/auto_patcher index 801f4a8..42786b3 100755 --- a/auto_patcher +++ b/auto_patcher @@ -1,6 +1,6 @@ #!/bin/bash -# version: beta v2.5.7, patches 2013.01.25. +# version: beta v2.6.0, patches 2013.02.01. # PDroid created by svyat. Official PDroid thread is # http://forum.xda-developers.com/showthread.php?t=1357056 @@ -106,12 +106,14 @@ # 2013.01.23. (v2.5.4) Fix small bugs related to rearrange # 2013.01.25. (v2.5.7) 4.2 TabletUI support [cm,aokp,aosp,Evervolv] # 2013.01.28. (v2.5.8) Fix for ICS PDroid; small fixes/expansions +# 2013.02.01. (v2.6.0) OpenPdroid 1.0.1 patches (cm, aokp, aosp, evervolv and slimrom. no pa. +# Fixed TabletUI for Cm10.1- aosp to come. Removed most old patches. # SHELL PROGRAMMING NOTES: # [ -s FILE ] # [[ -n STRING ]] or [[ -z STRING ]] -VERSION="v2.5.8" +VERSION="v2.6.0" CURRENT_ANDROID="4.2.1" # pass variables to children -- 2.11.4.GIT