Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Kanavin
waffle
Commits
df9a40a8
Commit
df9a40a8
authored
Aug 21, 2015
by
Chad Versace
Browse files
waffle: Bump version to 1.5.2
parent
b7c19868
Changes
2
Hide whitespace changes
Inline
Side-by-side
Android.mk
View file @
df9a40a8
...
...
@@ -8,7 +8,7 @@ waffle_top := $(LOCAL_PATH)
#
waffle_major_version
:=
1
waffle_minor_version
:=
5
waffle_patch_version
:=
1
waffle_patch_version
:=
2
waffle_api_version
:=
0x0105
waffle_android_major_version
:=
$(
word
1,
$(
subst
., ,
$(PLATFORM_VERSION)
))
...
...
cmake/Modules/WaffleDefineVersion.cmake
View file @
df9a40a8
...
...
@@ -40,7 +40,7 @@
#
set
(
waffle_major_version
"1"
)
set
(
waffle_minor_version
"5"
)
set
(
waffle_patch_version
"
1
"
)
set
(
waffle_patch_version
"
2
"
)
set
(
waffle_version
"
${
waffle_major_version
}
.
${
waffle_minor_version
}
.
${
waffle_patch_version
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment