From e3dc741f67f1fc04414ff98987dca189c2555d9d Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 31 Dec 2020 19:08:58 +1100 Subject: [PATCH] Release 3.1 --- INSTALL.md | 4 ++-- README.md | 2 +- release.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6f11f09..4b154ae 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,12 +6,12 @@ standard POSIX syscalls so that it should work pretty much on any \*nix system. Please make sure that you checkout to the correct version you want. -Currently, you most likely want version 3.0.1. +Currently, you most likely want version 3.1. To compile and install run: ``` -$ git clone -b 3.0.1 https://github.com/gophernicus/gophernicus.git +$ git clone -b 3.1 https://github.com/gophernicus/gophernicus.git $ cd gophernicus $ ./configure --listener=somelistener $ make diff --git a/README.md b/README.md index 2f2fa96..c44fd59 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gophernicus This release: Version DEVEL -NOTE: The master branch is rolling Development! DO NOT USE unless you want fiery dragons! (you probably want to `git checkout 3.0.1`) +NOTE: The master branch is rolling Development! DO NOT USE unless you want fiery dragons! (you probably want to `git checkout 3.1`) *Copyright (c) 2009-2018 Kim Holviala* diff --git a/release.sh b/release.sh index 21725af..87a12b1 100755 --- a/release.sh +++ b/release.sh @@ -1,7 +1,7 @@ #!/bin/sh set -ex -RELEASE=3.1rc1 +RELEASE=3.1 # Create release branch git branch "v${RELEASE}"