From 90de7891f14ac3def161f13b0c03c1693c8406ee Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 4 Jan 2017 15:01:36 +0900 Subject: [PATCH] bumped version to 0.9.13. --- Makefile | 2 +- doc/_build/man/nginx-build.7 | 2 +- doc/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ab61f2c..93fa008 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.12 +VERSION=0.9.13 TARGETS_NOVENDOR=$(shell glide novendor) nginx-build: *.go builder/*.go command/*.go configure/*.go module3rd/*.go openresty/*.go openssl/*.go util/*.go diff --git a/doc/_build/man/nginx-build.7 b/doc/_build/man/nginx-build.7 index 41ee7a3..f088df7 100644 --- a/doc/_build/man/nginx-build.7 +++ b/doc/_build/man/nginx-build.7 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGINX-BUILD" "7" "December 29, 2016" "0.9.12" "nginx-build" +.TH "NGINX-BUILD" "7" "January 04, 2017" "0.9.13" "nginx-build" .SH NAME nginx-build \- seamless nginx builder . diff --git a/doc/conf.py b/doc/conf.py index 508a97e..93fba94 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.9.12' +version = '0.9.13' # The full version, including alpha/beta/rc tags. -release = '0.9.12' +release = '0.9.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.