Skip to content

Commit

Permalink
New minor version v0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Jul 24, 2023
1 parent efd72ca commit 57c39b8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Expand Up @@ -3,6 +3,14 @@ CHANGELOG

[Current]

[v0.18.1]
* New minor version v0.18.1.

* Missing files for python typing

* Updated changelog.


[v0.18.0]
* Updated changelog.

Expand Down
6 changes: 3 additions & 3 deletions INSTALL
@@ -1,8 +1,8 @@
Installation Instructions
*************************

Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Foundation, Inc.
Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
Expand Down Expand Up @@ -225,7 +225,7 @@ order to use an ANSI C compiler:

and if that doesn't work, install pre-built binaries of GCC for HP-UX.

HP-UX 'make' updates targets which have the same time stamps as their
HP-UX 'make' updates targets which have the same timestamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -26,7 +26,7 @@ dnl ***************************************************************************

m4_define([numcosmo_major_version], [0])
m4_define([numcosmo_minor_version], [18])
m4_define([numcosmo_micro_version], [0])
m4_define([numcosmo_micro_version], [1])
m4_define([numcosmo_interface_age], [0])
m4_define([numcosmo_binary_age],
[m4_eval(100 * numcosmo_minor_version + numcosmo_micro_version)])
Expand Down
1 change: 1 addition & 0 deletions gtk-doc.make
Expand Up @@ -57,6 +57,7 @@ DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
sgml.stamp html.stamp pdf.stamp

SCANOBJ_FILES = \
$(DOC_MODULE).actions \
$(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \
$(DOC_MODULE).interfaces \
Expand Down

0 comments on commit 57c39b8

Please sign in to comment.