Signed-off-by: Maxim Uvarov <[email protected]> --- CHANGELOG | 7 +++++++ configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG index af939d0..84d2752 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ + + Since ODP 1.9.0.0 change logs will be maintained separately of main git tree + and available at this url: + https://git.linaro.org/people/mike.holmes/odp-release-notes.git + +opendataplane (1.9.0.0) + opendataplane (1.8.0.0) * API: - api headers moved to include/odp/api/spec/ and apps should use include/odp_api.h diff --git a/configure.ac b/configure.ac index 9665d1d..8862ec8 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) ########################################################################## # Set correct platform library version ########################################################################## -ODP_LIBSO_VERSION=108:0:0 +ODP_LIBSO_VERSION=109:0:0 AC_SUBST(ODP_LIBSO_VERSION) # Checks for programs. diff --git a/include/odp/api/spec/version.h b/include/odp/api/spec/version.h index 642831c..811ad55 100644 --- a/include/odp/api/spec/version.h +++ b/include/odp/api/spec/version.h @@ -44,7 +44,7 @@ extern "C" { * Introduction of major new features or changes. APIs with different major * versions are likely not backward compatible. */ -#define ODP_VERSION_API_MAJOR 8 +#define ODP_VERSION_API_MAJOR 9 /** * ODP API minor version -- 2.7.1.250.gff4ea60 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
