diff mbox

[PATCHv2] Update version number from 0.3.0 to 0.4.0

Message ID 1418055942-9059-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 2bdbdf545bf830a15f56b60db314ae987ed3a651
Headers show

Commit Message

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

Comments

Mike Holmes Dec. 8, 2014, 4:27 p.m. UTC | #1
On 8 December 2014 at 11:25, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
>

Reviewed-by: Mike Holmes <mike.holmes@linaro.org>


> ---
>  configure.ac                                     | 2 +-
>  doc/doxygen.cfg                                  | 1 +
>  platform/linux-generic/include/api/odp_version.h | 2 +-
>  3 files changed, 3 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/doc/doxygen.cfg b/doc/doxygen.cfg
> index 4b9d33c..03bcc20 100644
> --- a/doc/doxygen.cfg
> +++ b/doc/doxygen.cfg
> @@ -1,4 +1,5 @@
>  PROJECT_NAME = "API Reference Manual"
> +PROJECT_NUMBER = 0.4.0
>  PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.png
>  QUIET = YES
>  OUTPUT_DIRECTORY = $(DOCDIR)
> 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
>
Maxim Uvarov Dec. 8, 2014, 5:49 p.m. UTC | #2
Merged!

Maxim.

On 12/08/2014 07:27 PM, Mike Holmes wrote:
>
>
> On 8 December 2014 at 11:25, Maxim Uvarov <maxim.uvarov@linaro.org 
> <mailto:maxim.uvarov@linaro.org>> wrote:
>
>     Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org
>     <mailto:maxim.uvarov@linaro.org>>
>
>
> Reviewed-by: Mike Holmes <mike.holmes@linaro.org 
> <mailto:mike.holmes@linaro.org>>
>
>     ---
>     configure.ac <http://configure.ac>              | 2 +-
>      doc/doxygen.cfg                                  | 1 +
>      platform/linux-generic/include/api/odp_version.h | 2 +-
>      3 files changed, 3 insertions(+), 2 deletions(-)
>
>     diff --git a/configure.ac <http://configure.ac> b/configure.ac
>     <http://configure.ac>
>     index 5110cd9..2f27261 100644
>     --- a/configure.ac <http://configure.ac>
>     +++ b/configure.ac <http://configure.ac>
>     @@ -1,5 +1,5 @@
>      AC_PREREQ([2.5])
>     -AC_INIT([OpenDataPlane], [0.3.0], [lng-odp@lists.linaro.org
>     <mailto:lng-odp@lists.linaro.org>])
>     +AC_INIT([OpenDataPlane], [0.4.0], [lng-odp@lists.linaro.org
>     <mailto:lng-odp@lists.linaro.org>])
>      AM_INIT_AUTOMAKE([subdir-objects])
>      AC_CONFIG_SRCDIR([helper/config.h.in <http://config.h.in>])
>      AM_CONFIG_HEADER([helper/config.h])
>     diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
>     index 4b9d33c..03bcc20 100644
>     --- a/doc/doxygen.cfg
>     +++ b/doc/doxygen.cfg
>     @@ -1,4 +1,5 @@
>      PROJECT_NAME = "API Reference Manual"
>     +PROJECT_NUMBER = 0.4.0
>      PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.png
>      QUIET = YES
>      OUTPUT_DIRECTORY = $(DOCDIR)
>     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 <mailto:lng-odp@lists.linaro.org>
>     http://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> -- 
> *Mike Holmes*
> Linaro  Sr Technical Manager
> 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/doc/doxygen.cfg b/doc/doxygen.cfg
index 4b9d33c..03bcc20 100644
--- a/doc/doxygen.cfg
+++ b/doc/doxygen.cfg
@@ -1,4 +1,5 @@ 
 PROJECT_NAME = "API Reference Manual"
+PROJECT_NUMBER = 0.4.0
 PROJECT_LOGO = $(SRCDIR)/doc/images/ODP-Logo-HQ.png
 QUIET = YES
 OUTPUT_DIRECTORY = $(DOCDIR)
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