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
2bc1e44b
Commit
2bc1e44b
authored
Sep 30, 2013
by
Chad Versace
Browse files
waffle: Bump version to 1.3.0
Signed-off-by:
Chad Versace
<
chad.versace@linux.intel.com
>
parent
e1d7f7d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Android.mk
View file @
2bc1e44b
...
...
@@ -7,8 +7,8 @@ waffle_top := $(LOCAL_PATH)
# !!! The version must be updated in tandem with the CMakeLists !!!
#
waffle_major_version
:=
1
waffle_minor_version
:=
2
waffle_patch_version
:=
9
0
waffle_minor_version
:=
3
waffle_patch_version
:=
0
waffle_api_version
:=
0x0103
waffle_android_major_version
:=
$(
word
1,
$(
subst
., ,
$(PLATFORM_VERSION)
))
...
...
cmake/Modules/WaffleDefineVersion.cmake
View file @
2bc1e44b
...
...
@@ -39,8 +39,8 @@
# Bump this to x.y.90 immediately after each waffle-x.y.0 release.
#
set
(
waffle_major_version
"1"
)
set
(
waffle_minor_version
"
2
"
)
set
(
waffle_patch_version
"
9
0"
)
set
(
waffle_minor_version
"
3
"
)
set
(
waffle_patch_version
"0"
)
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