From c5cbb52d1bd1bf2dd5f897309c83c4c6acdd7973 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 29 Aug 2015 21:07:33 +0000 Subject: [PATCH] cut 0.4.0 --- .travis.yml | 4 ++-- README.md | 4 ++-- ostent/server.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85702a96..71d3612b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,14 +41,14 @@ script: make --always-make test all # like make -B before_deploy: - | # rc- prefix til travis-dpl is unable to deploy into github PRE-release - os=rc-$(uname -s) + os=$(uname -s) x64=.$(uname -m) if test x$GVM_GO \!= x$DPL_GO ; then x64=.non-dpl-go-to-be-removed fi x32=$x64 if test x$TRAVIS_OS_NAME \!= xosx ; then # 32bit build on non-osx - x32=i686 + x32=.i686 make boot32 all32 : ; mv $HOME/gopath/bin/ostent.32 $HOME/gopath/bin/$os$x32 fi diff --git a/README.md b/README.md index b65c9c53..8cf1aa0d 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Install & run with `curl -sSL https://github.com/ostrost/ostent/raw/master/osten Platforms: - - [Mac OS X](https://github.com/ostrost/ostent/releases/download/v0.2.0/Darwin.x86_64) - - Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.2.0/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.2.0/Linux.i686) + - [Mac OS X](https://github.com/ostrost/ostent/releases/download/v0.4.0/Darwin.x86_64) + - Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.4.0/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.4.0/Linux.i686) ## Usage diff --git a/ostent/server.go b/ostent/server.go index 7798baa0..737927e5 100644 --- a/ostent/server.go +++ b/ostent/server.go @@ -171,4 +171,4 @@ func bannerText(listenaddr, hostname, suffix string, addrsp *[]net.Addr, logger // VERSION of the latest known release. // Unused in non-bin mode. // Compared with in github.com/ostrost/ostent/ostent[+build bin] -const VERSION = "0.2.0" +const VERSION = "0.4.0"