From f18f508c7086c61c4d3fe546dd35f482bdb52d41 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Thu, 9 Jul 2015 22:30:46 +0900 Subject: [PATCH] bumped version to 0.4.3. --- Makefile | 2 +- const.go | 2 +- doc/_build/man/nginx-build.7 | 2 +- doc/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3a9185a..0387064 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.4.2 +VERSION=0.4.3 nginx-build: *.go gom build -o nginx-build diff --git a/const.go b/const.go index f3b0225..c0bec20 100644 --- a/const.go +++ b/const.go @@ -1,6 +1,6 @@ package main -const NGINX_BUILD_VERSION = "0.4.2" +const NGINX_BUILD_VERSION = "0.4.3" // nginx const ( diff --git a/doc/_build/man/nginx-build.7 b/doc/_build/man/nginx-build.7 index 57cccab..33526dc 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" "June 27, 2015" "0.4.2" "nginx-build" +.TH "NGINX-BUILD" "7" "July 09, 2015" "0.4.3" "nginx-build" .SH NAME nginx-build \- seamless nginx builder . diff --git a/doc/conf.py b/doc/conf.py index 1f3c19c..8e232a1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.4.2' +version = '0.4.3' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '0.4.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.