Skip to content

Commit

Permalink
Publish version 5.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Mar 29, 2024
1 parent 0a588e9 commit 843b565
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 5.12.4 (XXX 2024)
Version 5.12.4 (28 March 2024)
* Minor English dict fixes. #1470
* Use correct guard macro for glibc heap functions. #1471
* MacOS build fix #1473
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Link Grammar Parser
===================
***Version 5.12.3***
***Version 5.12.4***

![Main](https://github.com/opencog/link-grammar/actions/workflows/main.yml/badge.svg)
![node.js](https://github.com/opencog/link-grammar/actions/workflows/bindings-js.yml/badge.svg)
Expand Down Expand Up @@ -317,7 +317,7 @@ corruption of the dataset during download, and to help ensure that
no malicious changes were made to the code internals by third
parties. The signatures can be checked with the gpg command:

`gpg --verify link-grammar-5.12.3.tar.gz.asc`
`gpg --verify link-grammar-5.12.4.tar.gz.asc`

which should generate output identical to (except for the date):
```
Expand Down
16 changes: 9 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This file is processed by the Windows build system using confvar.bat. It
# assumes AC_INIT is the first command, with no blank lines before it and with
# a blank line after it. If this things are changed, change confvar.bat
# accordingly.
#
# This file is processed by the Windows build system using confvar.bat.
# It assumes AC_INIT is the first command, with no blank lines before
# it and with a blank line after it. If this things are changed, change
# confvar.bat accordingly.
#
# Don't end the URLs with a slash even if it appears in the official address,
# because we may append a component. Also, they cannot include "!".
AC_INIT([link-grammar],[5.12.3],[https://github.com/opencog/link-grammar],[],
[https://www.abisource.com/projects/link-grammar])
AC_INIT([link-grammar],[5.12.4],[https://github.com/opencog/link-grammar],[],
[https://opencog.github.io/link-grammar-website])

# Check whether we want to set defaults for CFLAGS and CXXFLAGS
AC_MSG_CHECKING([whether configure should try to set CFLAGS/CXXFLAGS])
Expand Down Expand Up @@ -37,7 +39,7 @@ LINK_MINOR_VERSION=12
dnl 3) Increment when interfaces not changed at all,
dnl only bug fixes or internal changes made.
dnl 4b) Set to zero when adding, removing or changing interfaces.
LINK_MICRO_VERSION=3
LINK_MICRO_VERSION=4
dnl
dnl Set this too
MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $LINK_MAJOR_VERSION + $LINK_MINOR_VERSION`
Expand Down

0 comments on commit 843b565

Please sign in to comment.