From d22c40d6b0d4ae1b3df679a59e27de639e060f2e Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 22 Jun 2018 10:25:48 -0400 Subject: [PATCH] Increase the restapi-doc API version to 1.9.0 Change-Id: Ib3c276e2dbf2fcf434ddaa1c2611dd4ad12887b8 Signed-off-by: Don Penney Signed-off-by: Jack Ding --- restapi-doc/centos/restapi-doc.spec | 2 +- restapi-doc/restapi-doc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/restapi-doc/centos/restapi-doc.spec b/restapi-doc/centos/restapi-doc.spec index 18b025477..11655f56b 100644 --- a/restapi-doc/centos/restapi-doc.spec +++ b/restapi-doc/centos/restapi-doc.spec @@ -1,6 +1,6 @@ Summary: RestAPI-Doc Name: restapi-doc -Version: 1.8.1 +Version: 1.9.0 Release: %{tis_patch_ver}%{?_tis_dist} License: Apache-2.0 Group: devel diff --git a/restapi-doc/restapi-doc/Makefile b/restapi-doc/restapi-doc/Makefile index 779d210f9..05e9fbc6f 100644 --- a/restapi-doc/restapi-doc/Makefile +++ b/restapi-doc/restapi-doc/Makefile @@ -1,5 +1,5 @@ # increment this every release -API_VERSION := "1.8.1" +API_VERSION := "1.9.0" build: @git status > /dev/null ; \