Skip to content

Commit 21a2a02

Browse files
committed
Fix url in README.md
Changed URL to installation instructions to https://neper.info/doc/index.html. Closes #399.
1 parent 9464626 commit 21a2a02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ASCII files. Neper can be compiled and run on any Unix-like system.
2222
## Installation
2323

2424
Installation instructions are provided in the documentation included in the
25-
distribution or available [here](https://rquey.github.io/neper/docs/index.html).
25+
distribution or available [here](https://neper.info/doc/index.html).

VERSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
New in 4.3.2-5 (15 Feb 2022):
1+
New in 4.3.2-6 (01 Mar 2022):
22
- module -M: made minor fix.
33
- module -S: fixed backward compatibility.
44
- documentation: made minor fix.

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.3.2-5'
15-
release = u'4.3.2-5'
14+
version = u'4.3.2-6'
15+
release = u'4.3.2-6'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0077)
77
cmake_policy(SET CMP0077 NEW)
88
endif()
99

10-
set(NEPER_VERSION \"4.3.2-5\")
10+
set(NEPER_VERSION \"4.3.2-6\")
1111
project(neper)
1212
1313
# Set the build type for appropriate compile flags

0 commit comments

Comments
 (0)