diff options
| author | Sebastien Guiriec <sebastien.guiriec@renault.com> | 2016-05-26 08:46:59 +0200 |
|---|---|---|
| committer | Eric Laurent <elaurent@google.com> | 2019-03-12 17:49:13 -0700 |
| commit | 54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc (patch) | |
| tree | 9495e886cf828ade8d1987b75f4ad3c7eb0410a1 /support/android | |
| parent | 67f663e08dfcebdfaea69df36ebae6167595a549 (diff) | |
| download | platform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.tar.gz platform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.tar.bz2 platform_external_parameter-framework-54bdb2158f647a8c8b6af9bc2e2239a6ce7b6bbc.zip | |
[PFW] Integrate PFW core version 3.2.6 release
PFW 3.2.6 release notes:
https://github.com/intel/parameter-framework/releases/tag/v3.2.6
This release contains the following changes:
- CMake: define installation components
- Enum parameter serialization fix in raw value space
- Version number guessing now prioritizes the ".version" file generated
by the "git archive" export and then falls back to the git revision
(opposite of what was done before).
- Some CMake modernization.
Bug: 124767636
Test: build
Change-Id: Ic55dfc09da3436d0a4182463fa44a4dd6a9bfb80
Signed-off-by: Sebastien Guiriec <sebastien.guiriec@renault.com>
Diffstat (limited to 'support/android')
| -rw-r--r-- | support/android/parameter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/android/parameter/version.h b/support/android/parameter/version.h index e7707cc..6aa1662 100644 --- a/support/android/parameter/version.h +++ b/support/android/parameter/version.h @@ -27,4 +27,4 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define PARAMETER_FRAMEWORK_VERSION "v3.2.5" +#define PARAMETER_FRAMEWORK_VERSION "v3.2.6" |
