diff mbox

odp_version.h: Update version number from 0.3.0 to 0.4.0

Message ID 1418051414-30248-1-git-send-email-maxim.uvarov@linaro.org
State New
Headers show

Commit Message

Maxim Uvarov Dec. 8, 2014, 3:10 p.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 configure.ac                                     | 2 +-
 platform/linux-generic/include/api/odp_version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Mike Holmes Dec. 8, 2014, 3:20 p.m. UTC | #1
We need to add the following to odp/doc/doxygen.cfg

PROJECT_NUMBER         = 0.4.0

In odp/configure.ac we need the following update

AC_INIT([OpenDataPlane], [0.4.0], [lng-odp@lists.linaro.org])




On 8 December 2014 at 10:10, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
> ---
>  configure.ac                                     | 2 +-
>  platform/linux-generic/include/api/odp_version.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 5110cd9..2f27261 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,5 @@
>  AC_PREREQ([2.5])
> -AC_INIT([OpenDataPlane], [0.3.0], [lng-odp@lists.linaro.org])
> +AC_INIT([OpenDataPlane], [0.4.0], [lng-odp@lists.linaro.org])
>  AM_INIT_AUTOMAKE([subdir-objects])
>  AC_CONFIG_SRCDIR([helper/config.h.in])
>  AM_CONFIG_HEADER([helper/config.h])
> diff --git a/platform/linux-generic/include/api/odp_version.h
> b/platform/linux-generic/include/api/odp_version.h
> index 43ddf89..41708ca 100644
> --- a/platform/linux-generic/include/api/odp_version.h
> +++ b/platform/linux-generic/include/api/odp_version.h
> @@ -37,7 +37,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 3
> +#define ODP_VERSION_API_MAJOR 4
>
>  /**
>   * ODP API minor version
> --
> 1.8.5.1.163.gd7aced9
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 5110cd9..2f27261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@ 
 AC_PREREQ([2.5])
-AC_INIT([OpenDataPlane], [0.3.0], [lng-odp@lists.linaro.org])
+AC_INIT([OpenDataPlane], [0.4.0], [lng-odp@lists.linaro.org])
 AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_SRCDIR([helper/config.h.in])
 AM_CONFIG_HEADER([helper/config.h])
diff --git a/platform/linux-generic/include/api/odp_version.h b/platform/linux-generic/include/api/odp_version.h
index 43ddf89..41708ca 100644
--- a/platform/linux-generic/include/api/odp_version.h
+++ b/platform/linux-generic/include/api/odp_version.h
@@ -37,7 +37,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 3
+#define ODP_VERSION_API_MAJOR 4
 
 /**
  * ODP API minor version