1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Release 3.1

This commit is contained in:
fosslinux 2020-12-31 19:08:58 +11:00
parent 0e83a58df9
commit e3dc741f67
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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*

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
RELEASE=3.1rc1
RELEASE=3.1
# Create release branch
git branch "v${RELEASE}"