Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
chris41g committed Oct 7, 2011
1 parent c21c01c commit a2d9707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion initramfs/default.prop
Expand Up @@ -5,4 +5,5 @@ ro.secure=0
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=1
ro.build.display.id="EG30Plus1.1"
ro.emmc=1
pm.sleep_mode=1
4 changes: 2 additions & 2 deletions ncBuildHelper.sh
Expand Up @@ -9,7 +9,7 @@

# define envvars
TARGET="eg30Plus"
KBUILD_BUILD_VERSION="EG30Plus_v1.1.0.0"
KBUILD_BUILD_VERSION="EG30Plus_v1.2.0.0"
CROSS_COMPILE="/home/chris41g/arm-2009q3/bin/arm-none-linux-gnueabi-"

# define defaults
Expand All @@ -28,7 +28,7 @@ WIRED_FLASH=n
# define vars
MKZIP='7z -mx9 -mmt=1 a "$OUTFILE" .'
THREADS=$(expr 1 + $(grep processor /proc/cpuinfo | wc -l))
VERSION='1.1.0.0'
VERSION='1.2.0.0'
ERROR_MSG=
TIME_START=
TIME_END=
Expand Down

0 comments on commit a2d9707

Please sign in to comment.