mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-06-30 22:18:49 -04:00
Release 3.1
This commit is contained in:
parent
0e83a58df9
commit
e3dc741f67
@ -6,12 +6,12 @@ standard POSIX syscalls so that it should work pretty much on
|
|||||||
any \*nix system.
|
any \*nix system.
|
||||||
|
|
||||||
Please make sure that you checkout to the correct version you want.
|
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:
|
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
|
$ cd gophernicus
|
||||||
$ ./configure --listener=somelistener
|
$ ./configure --listener=somelistener
|
||||||
$ make
|
$ make
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Gophernicus
|
# Gophernicus
|
||||||
|
|
||||||
This release: Version DEVEL
|
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*
|
*Copyright (c) 2009-2018 Kim Holviala*
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
RELEASE=3.1rc1
|
RELEASE=3.1
|
||||||
|
|
||||||
# Create release branch
|
# Create release branch
|
||||||
git branch "v${RELEASE}"
|
git branch "v${RELEASE}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user