Skip to content

Commit a6c7f36

Browse files
committed
Version 1.1.6
1 parent fb39120 commit a6c7f36

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-11-21 Thiago L. A. Miller <[email protected]>
2+
3+
* Version 1.1.6
4+
5+
* Merge pull request #11 from fvcr/master
6+
7+
FIX: docs/usage.rst. Typo 'bellow'
8+
UPDATE: docs/meson.build: Use share/man/man1
9+
10+
* CHANGE: docs/meson.build: Use get_option('mandir')
11+
112
2024-11-18 Thiago L. A. Miller <[email protected]>
213

314
* Version 1.1.5

NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.1.6
2+
3+
* Use 'mandir' variable to handle man page
4+
installation. This will be useful when
5+
packaging for distributions - like debian.
6+
7+
* Fix an english typo in usage.rst.
8+
19
Version 1.1.5
210

311
* Now, by default, compile and install a man

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'sideRETRO', 'c',
3-
version : '1.1.5',
3+
version : '1.1.6',
44
license : 'GPL3',
55
meson_version : '>= 0.58.0',
66
default_options : ['c_std=c99']

0 commit comments

Comments
 (0)