File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ ASCII files. Neper can be compiled and run on any Unix-like system.
22
22
## Installation
23
23
24
24
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 ) .
Original file line number Diff line number Diff line change 1
- New in 4.3.2-5 (15 Feb 2022):
1
+ New in 4.3.2-6 (01 Mar 2022):
2
2
- module -M: made minor fix.
3
3
- module -S: fixed backward compatibility.
4
4
- documentation: made minor fix.
Original file line number Diff line number Diff line change 11
11
import sphinx_rtd_theme
12
12
13
13
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 '
16
16
author = u'Romain Quey'
17
17
copyright = u'Romain Quey'
18
18
language = 'en'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if(POLICY CMP0077)
7
7
cmake_policy (SET CMP0077 NEW )
8
8
endif ()
9
9
10
- set (NEPER_VERSION \"4.3.2-5 \" )
10
+ set (NEPER_VERSION \"4.3.2-6 \" )
11
11
project(neper)
12
12
13
13
# Set the build type for appropriate compile flags
You can’t perform that action at this time.
0 commit comments