Skip to content

Commit

Permalink
Version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Nov 21, 2024
1 parent fb39120 commit a6c7f36
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2024-11-21 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.6

* Merge pull request #11 from fvcr/master

FIX: docs/usage.rst. Typo 'bellow'
UPDATE: docs/meson.build: Use share/man/man1

* CHANGE: docs/meson.build: Use get_option('mandir')

2024-11-18 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.5
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.1.6

* Use 'mandir' variable to handle man page
installation. This will be useful when
packaging for distributions - like debian.

* Fix an english typo in usage.rst.

Version 1.1.5

* Now, by default, compile and install a man
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'sideRETRO', 'c',
version : '1.1.5',
version : '1.1.6',
license : 'GPL3',
meson_version : '>= 0.58.0',
default_options : ['c_std=c99']
Expand Down

0 comments on commit a6c7f36

Please sign in to comment.