Message ID | 1460732213-7148-1-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Accepted |
Commit | ec964bb3d07b13c4c325a73bfaecf6c159d973e2 |
Headers | show |
On 15 April 2016 at 10:56, Maxim Uvarov <maxim.uvarov@linaro.org> wrote: > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > --- > 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 The release notes URL will move to an official location once we have them cleaned up. > > + > +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 > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
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
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- CHANGELOG | 7 +++++++ configure.ac | 2 +- include/odp/api/spec/version.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-)