aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2014-10-27 16:50:40 -0700
committerJP Abgrall <jpa@google.com>2014-11-07 15:32:19 -0800
commit93fa3d4f268e8c772fd00812077a9a8cb3173fde (patch)
tree679157cd9c55c341969b23d488a8a6c8d2664e1f /Android.mk
parent20cc47abbad6e8aa7c0301ffa0f9947dad32a0dd (diff)
downloadf2fs-tools-93fa3d4f268e8c772fd00812077a9a8cb3173fde.tar.gz
Update build version from 1.2.0 to 1.4.0 after merge.
Change-Id: I055399adc13a81a7007a5723720368274b012fe7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bee1071..48cdb55 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,7 +4,7 @@ LOCAL_PATH:= $(call my-dir)
ifeq ($(HOST_OS),linux)
# The versions depend on $(LOCAL_PATH)/VERSION
-version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=2 -DF2FS_TOOLS_VERSION=\"1.2.0\" -DF2FS_TOOLS_DATE=\"2013-10-25\"
+version_CFLAGS := -DF2FS_MAJOR_VERSION=1 -DF2FS_MINOR_VERSION=4 -DF2FS_TOOLS_VERSION=\"1.4.0\" -DF2FS_TOOLS_DATE=\"2014-10-18\"
# external/e2fsprogs/lib is needed for uuid/uuid.h
common_C_INCLUDES := $(LOCAL_PATH)/include external/e2fsprogs/lib/